pgsql/src/bin/pg_dump pg_dump.c pg_dump.h

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/bin/pg_dump pg_dump.c pg_dump.h
Дата
Msg-id 200110012131.f91LVrP24192@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/01 17:31:52

Modified files:
    src/bin/pg_dump: pg_dump.c pg_dump.h

Log message:
    Change pg_dump to produce CREATE INDEX commands by using the backend's
    pg_get_indexdef() function, rather than reaching into the system catalogs
    for itself.  This eliminates a fair amount of redundant code.  Also,
    since I just changed pg_get_indexdef() to suppress display of default
    index opclasses, this will mean that 7.2 and later dumps will not mention
    opclasses unless they are non-default opclasses.  Should make life easier
    for future index opclass reorganizations.


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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/utils/adt ruleutils.c
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/ /HISTORY oc/src/sgml/libpgeasy.sgml