- Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore)
- Added code to dump 'Create Schema' statement (pg_dump) - Don't bother to disable/enable triggers if we don't have a superuser (pg_restore) - Cleaned up code for reconnecting to database. - Force a reconnect as superuser before enabling/disabling triggers. - Added & Removed --throttle (pg_dump) - Fixed minor bug in language dumping code: expbuffres were not being reset. - Fixed version number initialization in _allocAH (pg_backup_archiver.c) - Added second connection when restoring BLOBs to allow temp. table to survive (db reconnection causes temp tables to be lost).
Showing
- src/bin/pg_dump/Makefile 1 addition, 1 deletionsrc/bin/pg_dump/Makefile
- src/bin/pg_dump/pg_backup.h 23 additions, 3 deletionssrc/bin/pg_dump/pg_backup.h
- src/bin/pg_dump/pg_backup_archiver.c 158 additions, 22 deletionssrc/bin/pg_dump/pg_backup_archiver.c
- src/bin/pg_dump/pg_backup_archiver.h 12 additions, 9 deletionssrc/bin/pg_dump/pg_backup_archiver.h
- src/bin/pg_dump/pg_backup_db.c 153 additions, 40 deletionssrc/bin/pg_dump/pg_backup_db.c
- src/bin/pg_dump/pg_backup_tar.c 7 additions, 6 deletionssrc/bin/pg_dump/pg_backup_tar.c
- src/bin/pg_dump/pg_dump.c 167 additions, 8 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_restore.c 48 additions, 12 deletionssrc/bin/pg_dump/pg_restore.c
Loading
Please register or sign in to comment