Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 22A37635624 for ; Wed, 1 Apr 2009 13:27:46 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 70283-05 for ; Wed, 1 Apr 2009 13:27:44 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from megafon.hr (megafon.hr [213.202.104.5]) by mail.postgresql.org (Postfix) with ESMTP id AFF43635629 for ; Wed, 1 Apr 2009 13:27:44 -0300 (ADT) Received: from localhost (localhost.localdomain [127.0.0.1]) by megafon.hr (Postfix) with ESMTP id B32EF7EC013; Wed, 1 Apr 2009 18:27:41 +0200 (CEST) X-Virus-Scanned: ClamAV at megafon.hr Received: from megafon.hr ([127.0.0.1]) by localhost (localhost.localdomain [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Eyz0mUmKy2Dy; Wed, 1 Apr 2009 18:27:17 +0200 (CEST) Received: from [192.168.1.94] (unknown [212.92.194.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mike) by megafon.hr (Postfix) with ESMTP id ED3167EC002; Wed, 1 Apr 2009 18:27:16 +0200 (CEST) Message-ID: <49D395E4.6060302@megafon.hr> Date: Wed, 01 Apr 2009 18:27:16 +0200 From: Mario Splivalo User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: Tom Lane CC: Alvaro Herrera , pgsql-docs@postgresql.org Subject: Re: Array functions not mentioned in Index References: <49CF8FCD.10006@megafon.hr> <20090330154730.GC23023@alvh.no-ip.org> <49D2CA1C.2060300@megafon.hr> <24126.1238556809@sss.pgh.pa.us> In-Reply-To: <24126.1238556809@sss.pgh.pa.us> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: 200904/2 X-Sequence-Number: 5090 Tom Lane wrote: > Mario Splivalo 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