]> granicus.if.org Git - postgresql/commit
Make operators have their own comments separate from those of the
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 May 2002 17:45:30 +0000 (17:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 May 2002 17:45:30 +0000 (17:45 +0000)
commitf69bc37be807fed3170a2387f2e6621e1d002b78
treede21754979d535d2fd4a880a06e686abeabcb8be
parent3389a110d40a505951e7c7babdfb8681173bb2ca
Make operators have their own comments separate from those of the
underlying function; but cause psql's \do to show the underlying
function's comment if the operator has no comment of its own, to preserve
the useful functionality of the original behavior.  Also, implement
COMMENT ON SCHEMA.  Patch from Rod Taylor.
doc/src/sgml/ref/comment.sgml
src/backend/commands/comment.c
src/backend/parser/gram.y
src/bin/pg_dump/pg_dump.c
src/bin/psql/describe.c