COMMENT page fixup

Started by Josh Kupershmidtalmost 15 years ago2 messagesdocs
Jump to latest
#1Josh Kupershmidt
schmiddy@gmail.com

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

Attachments:

comment_synopsis.patchapplication/octet-stream; name=comment_synopsis.patchDownload+6-2
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Josh Kupershmidt (#1)
Re: COMMENT page fixup

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.