-
- Downloads
Accept multiple -I, -P, -T and -n options in pg_restore.
We already did this for -t (--table) in 9.3, but missed the other similar options. For consistency, allow all of them to be specified multiple times. Unfortunately it's too late to sneak this into 9.3, so commit to master only.
Showing
- doc/src/sgml/ref/pg_restore.sgml 8 additions, 4 deletionsdoc/src/sgml/ref/pg_restore.sgml
- src/bin/pg_dump/pg_backup.h 4 additions, 4 deletionssrc/bin/pg_dump/pg_backup.h
- src/bin/pg_dump/pg_backup_archiver.c 5 additions, 5 deletionssrc/bin/pg_dump/pg_backup_archiver.c
- src/bin/pg_dump/pg_restore.c 4 additions, 4 deletionssrc/bin/pg_dump/pg_restore.c
Loading
Please register or sign in to comment