-
- Downloads
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.
Showing
- src/bin/pg_dump/pg_backup.h 2 additions, 2 deletionssrc/bin/pg_dump/pg_backup.h
- src/bin/pg_dump/pg_backup_archiver.c 67 additions, 5 deletionssrc/bin/pg_dump/pg_backup_archiver.c
- src/bin/pg_dump/pg_backup_archiver.h 7 additions, 4 deletionssrc/bin/pg_dump/pg_backup_archiver.h
- src/bin/pg_dump/pg_dump.c 32 additions, 32 deletionssrc/bin/pg_dump/pg_dump.c
Loading
Please register or sign in to comment