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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/ oc/src/sgml/ref/comment.sgml rc/backend ...
Дата
Msg-id 20020513174531.05104475F0F@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src backend/catalog/heap.c backend/comma ...
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/doc/src/sgml func.sgml