]> granicus.if.org Git - postgresql/commit
Use the new GUC variable default_with_oids in pg_dump, rather than using
authorBruce Momjian <bruce@momjian.us>
Wed, 24 Mar 2004 03:06:08 +0000 (03:06 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 24 Mar 2004 03:06:08 +0000 (03:06 +0000)
commitf23cce73b302e462b6f89580328f41ea5fa190cd
tree77c972ff0785cfc528ca69346c7b39cfa8fd8526
parent533d0915cfeef2f8e89d73c685e7d9ab1b5e2047
Use the new GUC variable default_with_oids in pg_dump, rather than using
WITH/WITHOUT OIDS in dump files.  This makes dump files more portable.

I have updated the pg_dump version so old binary dumps will load fine.

Pre-7.5 dumps use WITHOUT OIDS in SQL were needed, so they should be
fine.
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_archiver.h
src/bin/pg_dump/pg_dump.c