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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/pg_dump common.c pg_backu ...
Date: 2004-03-03 21:28:55
Message-ID: 20040303212855.C3A0DD1EAEF@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2004-03-03 22:22:24 pgsql-server/doc/src/sgml queries.sgml trigger ...
Previous Message Bruce Momjian 2004-03-03 17:37:22 pgsql-server/. configure configure.in