-
- Downloads
Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:
the server version check is now always enforced. Relax the version check to allow a server that is of pg_dump's own major version but a later minor version; this is the only case that -i was at all safe to use in. pg_restore already enforced only a very weak version check, so this is really just a documentation change for it. Per discussion.
Showing
- doc/src/sgml/ref/pg_dump.sgml 2 additions, 15 deletionsdoc/src/sgml/ref/pg_dump.sgml
- doc/src/sgml/ref/pg_dumpall.sgml 2 additions, 15 deletionsdoc/src/sgml/ref/pg_dumpall.sgml
- doc/src/sgml/ref/pg_restore.sgml 2 additions, 3 deletionsdoc/src/sgml/ref/pg_restore.sgml
- src/bin/pg_dump/pg_backup.h 2 additions, 5 deletionssrc/bin/pg_dump/pg_backup.h
- src/bin/pg_dump/pg_backup_archiver.c 2 additions, 2 deletionssrc/bin/pg_dump/pg_backup_archiver.c
- src/bin/pg_dump/pg_backup_db.c 7 additions, 12 deletionssrc/bin/pg_dump/pg_backup_db.c
- src/bin/pg_dump/pg_dump.c 17 additions, 12 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_dumpall.c 10 additions, 15 deletionssrc/bin/pg_dump/pg_dumpall.c
- src/bin/pg_dump/pg_restore.c 2 additions, 3 deletionssrc/bin/pg_dump/pg_restore.c
Loading
Please register or sign in to comment