Re: Array functions not mentioned in Index

Lists: pgsql-docs
From: Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr>
To: pgsql-docs(at)postgresql(dot)org
Subject: Array functions not mentioned in Index
Date: 2009-03-29 15:12:13
Message-ID: 49CF8FCD.10006@megafon.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

None of the array functions
(http://www.postgresql.org/docs/8.3/interactive/functions-array.html)
are mentioned in the documentation index. Is that intentional?
I thought it would be 'handy' to have those functions referenced in index.

Mike


From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Array functions not mentioned in Index
Date: 2009-03-30 15:47:30
Message-ID: 20090330154730.GC23023@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Mario Splivalo wrote:
> None of the array functions
> (http://www.postgresql.org/docs/8.3/interactive/functions-array.html)
> are mentioned in the documentation index. Is that intentional?
> I thought it would be 'handy' to have those functions referenced in index.

Agreed -- please submit a patch.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


From: Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Array functions not mentioned in Index
Date: 2009-03-31 11:09:03
Message-ID: 49D1F9CF.2020004@megafon.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Alvaro Herrera wrote:
> Mario Splivalo wrote:
>> None of the array functions
>> (http://www.postgresql.org/docs/8.3/interactive/functions-array.html)
>> are mentioned in the documentation index. Is that intentional?
>> I thought it would be 'handy' to have those functions referenced in index.
>
> Agreed -- please submit a patch.
>

Sure thing. It will take some time to get along with Docbook, indexing
and everything.

Mike


From: Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Array functions not mentioned in Index
Date: 2009-04-01 01:57:48
Message-ID: 49D2CA1C.2060300@megafon.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Alvaro Herrera wrote:
> Mario Splivalo wrote:
>> None of the array functions
>> (http://www.postgresql.org/docs/8.3/interactive/functions-array.html)
>> are mentioned in the documentation index. Is that intentional?
>> I thought it would be 'handy' to have those functions referenced in index.
>
> Agreed -- please submit a patch.

Hope this is ok. How can I submit patch for 8.3 documentation?

Mario

Attachment Content-Type Size
func.sgml.patch text/x-diff 1.4 KB

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-docs(at)postgresql(dot)org
Subject: Re: Array functions not mentioned in Index
Date: 2009-04-01 03:33:29
Message-ID: 24126.1238556809@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr> writes:
> Hope this is ok. How can I submit patch for 8.3 documentation?

I think you just did. Applied, thanks.

regards, tom lane

PS: why'd you omit unnest()?


From: Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-docs(at)postgresql(dot)org
Subject: Re: Array functions not mentioned in Index
Date: 2009-04-01 16:27:16
Message-ID: 49D395E4.6060302@megafon.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Tom Lane wrote:
> Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr> writes:
>> Hope this is ok. How can I submit patch for 8.3 documentation?
>
> I think you just did. Applied, thanks.

I pulled the source from CVS HEAD branch, I see that is 8.4
documentation (for instance, 'cardinality' function is nonexistant for 8.3).

> PS: why'd you omit unnest()?

I overlooked it, I guess. Sorry.

Mike


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-docs(at)postgresql(dot)org
Subject: Re: Array functions not mentioned in Index
Date: 2009-04-09 21:59:42
Message-ID: 200904092159.n39Lxh201358@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Mario Splivalo wrote:
> Tom Lane wrote:
> > Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr> writes:
> >> Hope this is ok. How can I submit patch for 8.3 documentation?
> >
> > I think you just did. Applied, thanks.
>
> I pulled the source from CVS HEAD branch, I see that is 8.4
> documentation (for instance, 'cardinality' function is nonexistant for 8.3).
>
> > PS: why'd you omit unnest()?
>
> I overlooked it, I guess. Sorry.

Did unnest() get added properly too?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-docs(at)postgresql(dot)org
Subject: Re: Array functions not mentioned in Index
Date: 2009-04-09 22:23:41
Message-ID: 7358.1239315821@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Did unnest() get added properly too?

Yes, I included it in the patch.

regards, tom lane