pgsql-server/src/bin/pg_dump common.c pg_backu ...

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/src/bin/pg_dump common.c pg_backu ...
Дата
Msg-id 20040303212855.C3A0DD1EAEF@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/03/03 17:28:55

Modified files:
    src/bin/pg_dump: common.c pg_backup_archiver.c
                     pg_backup_custom.c pg_backup_db.c
                     pg_backup_db.h pg_backup_files.c
                     pg_backup_tar.c pg_dump.c pg_dump.h
                     pg_dump_sort.c

Log message:
    Modify pg_dump so that the preferred dump order is by name within
    object types, rather than by OID.  This should help ensure consistent
    dump output from databases that are logically the same but have different
    histories, per recent discussion about 'diffing' databases.  The patch
    is bulky because of renaming of fields, but not very complicated.
    Also, do some tweaking to cause BLOB restoration to be done in a better
    order, and clean up pg_restore's textual output to exactly match pg_dump.


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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server/. configure configure.in
Следующее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql-server/doc/src/sgml queries.sgml trigger ...