Thread: pgsql/ oc/src/sgml/ref/comment.sgml rc/backend ...

pgsql/ oc/src/sgml/ref/comment.sgml rc/backend ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/05/13 13:45:30

Modified files:
    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

Log message:
    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.