]> granicus.if.org Git - postgresql/commit
Accept multiple -I, -P, -T and -n options in pg_restore.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 28 Aug 2013 06:43:34 +0000 (09:43 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 28 Aug 2013 06:43:34 +0000 (09:43 +0300)
commitda85fb4747ac0b7f787ef7a402adea2747e32d8e
treef09c62c5b60f2b003795bd4f15b7b3a3d296db29
parente246cfc95f020b5fcb20a1fb946efe77113edf00
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.
doc/src/sgml/ref/pg_restore.sgml
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_restore.c