-
- Downloads
Ensure that pg_restore -l will output DATABASE entries whether or not -C
is specified. Per bug report from Russell Smith and ensuing discussion. Since this is a corner case behavioral change, I'm going to be conservative and not back-patch it. In passing, also rename the RestoreOptions field for the -C switch to something less generic than "create".
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 9 additions, 6 deletionssrc/bin/pg_dump/pg_backup_archiver.c
- src/bin/pg_dump/pg_dump.c 4 additions, 4 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_restore.c 2 additions, 2 deletionssrc/bin/pg_dump/pg_restore.c
Loading
Please register or sign in to comment