pgsql/ oc/src/sgml/ref/comment.sgml rc/backend ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/ oc/src/sgml/ref/comment.sgml rc/backend ...
Date
Msg-id 20020513174531.05104475F0F@postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src backend/catalog/heap.c backend/comma ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/doc/src/sgml func.sgml