pgsql-server/ oc/src/sgml/ref/psql-ref.sgml rc ...

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/ oc/src/sgml/ref/psql-ref.sgml rc ...
Дата
Msg-id 20021212210230.21812476E04@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/12/12 16:02:28

Modified files:
    doc/src/sgml/ref: psql-ref.sgml
    src/backend/catalog: namespace.c
    src/bin/psql   : command.c describe.c describe.h help.c
    src/include/catalog: catversion.h namespace.h pg_proc.h

Log message:
    TODO marked as done:

    * Add schema, cast, and conversion backslash commands to psql

    I had to create a new publically available function,
    pg_conversion_is_visible, as it seemed to be missing from the catalogs.
    This required me to do no small amount of hacking around in namespace.c

    I have updated the \? help and sgml docs.

    \dc - list conversions [PATTERN]
    \dC - list casts
    \dn list schemas

    I didn't support patterns with casts as there's nothing obvious to match
    against.

    Catalog version incremented --- initdb required.

    Christopher Kings-Lynne


В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/doc TODO
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/bin/pg_dump pg_dump.c