Received: from localhost (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id 05EBD632CE6 for ; Tue, 31 Mar 2009 23:07:22 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 70977-04 for ; Tue, 31 Mar 2009 23:07:11 -0300 (ADT) X-Greylist: delayed 00:09:27.619905 by SQLgrey-1.7.6 Received: from ls405.t-com.hr (ls405.t-com.hr [195.29.150.135]) by mail.postgresql.org (Postfix) with ESMTP id 0DD206327D9 for ; Tue, 31 Mar 2009 23:07:20 -0300 (ADT) Received: from ls265.t-com.hr (ls265.t-com.hr [195.29.150.93]) by ls405.t-com.hr (Postfix) with ESMTP id BF04640018; Wed, 1 Apr 2009 03:57:49 +0200 (CEST) Received: from ls265.t-com.hr (localhost.localdomain [127.0.0.1]) by ls265.t-com.hr (Qmlai) with ESMTP id B93502110239; Wed, 1 Apr 2009 03:57:49 +0200 (CEST) Received: from ls265.t-com.hr (localhost.localdomain [127.0.0.1]) by ls265.t-com.hr (Qmlai) with ESMTP id 6F2E9211022C; Wed, 1 Apr 2009 03:57:49 +0200 (CEST) X-Envelope-Sender: mario.splivalo@megafon.hr Received: from [192.168.10.1] (93-139-97-242.adsl.net.t-com.hr [93.139.97.242]) by ls265.t-com.hr (Qmali) with ESMTP id DA28A20B023D; Wed, 1 Apr 2009 03:57:48 +0200 (CEST) Message-ID: <49D2CA1C.2060300@megafon.hr> Date: Wed, 01 Apr 2009 03:57:48 +0200 From: Mario Splivalo User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: Alvaro Herrera CC: pgsql-docs@postgresql.org Subject: Re: Array functions not mentioned in Index References: <49CF8FCD.10006@megafon.hr> <20090330154730.GC23023@alvh.no-ip.org> In-Reply-To: <20090330154730.GC23023@alvh.no-ip.org> Content-Type: multipart/mixed; boundary="------------030504090902030502030208" X-TM-AS-Product-Ver: IMSS-7.0.0.3216-5.6.0.1016-16554.003 X-TM-AS-Result: No--9.648-5.0-31-1 X-imss-scan-details: No--9.648-5.0-31-1 X-TM-AS-User-Approved-Sender: No X-TM-AS-Result-Xfilter: Match text exemption rules:No X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200903/30 X-Sequence-Number: 5088 This is a multi-part message in MIME format. --------------030504090902030502030208 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 --------------030504090902030502030208 Content-Type: text/x-diff; name="func.sgml.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="func.sgml.patch" ? func.sgml.patch Index: doc/src/sgml/func.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/func.sgml,v retrieving revision 1.473 diff -c -r1.473 func.sgml *** doc/src/sgml/func.sgml 23 Mar 2009 21:00:38 -0000 1.473 --- doc/src/sgml/func.sgml 1 Apr 2009 01:48:14 -0000 *************** *** 9338,9343 **** --- 9338,9380 ---- for more discussion and examples of the use of these functions. + + array_append + + + array_cat + + + array_ndims + + + array_dims + + + array_fill + + + array_length + + + array_lower + + + array_prepend + + + array_to_string + + + array_upper + + + string_to_array + + + cardinality + + Array Functions --------------030504090902030502030208--