pgsql: Accept multiple -I, -P, -T and -n options in pg_restore. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Accept multiple -I, -P, -T and -n options in pg_restore.
Date
Msg-id E1VEZjp-0000h8-8O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/da85fb4747ac0b7f787ef7a402adea2747e32d8e

Modified Files
--------------
doc/src/sgml/ref/pg_restore.sgml     |   12 ++++++++----
src/bin/pg_dump/pg_backup.h          |    8 ++++----
src/bin/pg_dump/pg_backup_archiver.c |   10 +++++-----
src/bin/pg_dump/pg_restore.c         |    8 ++++----
4 files changed, 21 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Initialize cached OID to Invalid in new hash entries
Next
From: Robert Haas
Date:
Subject: pgsql: Partially restore comments discussing enum renumbering hazards.