pgsql/src/backend/utils/adt ruleutils.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/utils/adt ruleutils.c
Дата
Msg-id 200110012015.f91KFRx07862@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/01 16:15:26

Modified files:
    src/backend/utils/adt: ruleutils.c

Log message:
    Extend pg_get_indexdef() to know about index predicates.  Also, tweak
    it to suppress index opclass output for opclasses that are the default
    for their datatype; only non-default opclasses are shown explicitly.
    This is expected to improve portability of the CREATE INDEX command
    across future versions of Postgres --- we've changed index opclasses
    too often in the past to think we won't do so again.


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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/storage ipc/ipc.c lmgr/proc. ...
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/bin/pg_dump pg_dump.c pg_dump.h