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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/ref/comment.sgml rc/backend ...
Date: 2002-05-13 17:45:31
Message-ID: 20020513174531.05104475F0F@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-05-13 19:22:06 pgsql/doc/src/sgml func.sgml
Previous Message Tom Lane 2002-05-12 23:43:04 pgsql/src backend/catalog/heap.c backend/comma ...