Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 60D4DB6205A for ; Thu, 2 Jun 2011 18:19:07 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 28185-08 for ; Thu, 2 Jun 2011 21:18:59 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mail.postgresql.org (Postfix) with SMTP id 47F9AB6204B for ; Thu, 2 Jun 2011 18:18:59 -0300 (ADT) Received: (qmail invoked by alias); 02 Jun 2011 21:18:57 -0000 Received: from a88-115-218-165.elisa-laajakaista.fi (EHLO [10.0.0.101]) [88.115.218.165] by mail.gmx.net (mp016) with SMTP; 02 Jun 2011 23:18:57 +0200 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX19/YFgo1Kd/wNSw52QASxPgZBzzhsNOvm4Hht3Hpx JPvie9J9pIsGNc Subject: Re: COMMENT page fixup From: Peter Eisentraut To: Josh Kupershmidt Cc: pgsql-docs In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Fri, 03 Jun 2011 00:18:56 +0300 Message-ID: <1307049536.2279.24.camel@vanquo.pezone.net> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.909 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201106/6 X-Sequence-Number: 6780 On lör, 2011-05-28 at 16:16 -0400, Josh Kupershmidt wrote: > Is there any reason the Synopsis for the COMMENT ON: > http://developer.postgresql.org/pgdocs/postgres/sql-comment.html > > is alphabetized except for TABLE and COLUMN? The examples at the > bottom of the page are properly alphabetized, though I noticed a few > object types are missing examples (those objects which only recently > supported COMMENT ON). Attached is a patch to fix both gripes. Committed.