Re: COMMENT page fixup

Lists: pgsql-docs
From: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: COMMENT page fixup
Date: 2011-05-28 20:16:41
Message-ID: BANLkTimUTuJATuP_btAdSVxGnqiWxYPUBQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Hi all,

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.

Josh

Attachment Content-Type Size
comment_synopsis.patch application/octet-stream 3.0 KB

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
Cc: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: COMMENT page fixup
Date: 2011-06-02 21:18:56
Message-ID: 1307049536.2279.24.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

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.