Received: from localhost (maia-5.hub.org [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id 1831F9FB446 for ; Wed, 6 Jun 2007 14:52:33 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-maia, port 10024) with ESMTP id 35469-01 for ; Wed, 6 Jun 2007 14:52:21 -0300 (ADT) X-Greylist: delayed 00:19:28.336996 by SQLgrey-1.7.5 Received: from newmail.informatik.fh-gelsenkirchen.de (newmail.informatik.fh-gelsenkirchen.de [194.94.127.114]) by postgresql.org (Postfix) with ESMTP id 2A29A9FB443 for ; Wed, 6 Jun 2007 14:52:28 -0300 (ADT) Received: from webmail.informatik.fh-gelsenkirchen.de (unknown [194.94.127.108]) by newmail.informatik.fh-gelsenkirchen.de (Postfix) with ESMTP id 560CB9EC1B for ; Wed, 6 Jun 2007 19:41:08 +0200 (CEST) Received: from 85.72.88.90 (SquirrelMail authenticated user crossow) by webmail.informatik.fh-gelsenkirchen.de with HTTP; Wed, 6 Jun 2007 18:33:36 +0200 (CEST) Message-ID: <1647.85.72.88.90.1181147616.squirrel@webmail.informatik.fh-gelsenkirchen.de> Date: Wed, 6 Jun 2007 18:33:36 +0200 (CEST) Subject: Probably mistake in Arrays docs & proposal for index From: "Christian Rossow" To: pgsql-docs@postgresql.org Reply-To: rossow@internet-sicherheit.de User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.001 tagged_above=0 required=5 tests=BAYES_50=0.001 X-Spam-Level: X-Archive-Number: 200706/3 X-Sequence-Number: 4292 Hey guys, thank you for providing this perfect docs! Let me give two comments on it. 1) I think there is a small mistake in the Arrays docs at http://www.postgresql.org/docs/8.2/interactive/arrays.html Or can anyone explain me: SELECT array_dims(schedule) FROM sal_emp WHERE name = 'Carol'; array_dims ------------ [1:2][1:1] with the following content: {{breakfast,consulting},{meeting,lunch}} IMHO this should be [1:2][1:2] 2) Is it possible to integrate an alphabet into the index site? http://www.postgresql.org/docs/8.2/interactive/bookindex.html I would appreciate a small line on the top of the site like "[A] [B] [C] ... [Z]" with links to each block beginning with the letter. Thanks a lot. All the best, /Christian