CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 04/03/23 23:06:09
Modified files:
src/bin/pg_dump: pg_backup.h pg_backup_archiver.c
pg_backup_archiver.h pg_dump.c
Log message:
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.
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2004-03-24 03:10:29 |
| Subject: pgsql-server/src/bin/psql startup.c |
| Previous: | From: Neil Conway | Date: 2004-03-24 02:02:27 |
| Subject: pgsql-server/src/test/regress expected/float8- ... |