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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Accept multiple -I, -P, -T and -n options in pg_restore.
Date: 2013-08-28 07:00:21
Message-ID: E1VEZjp-0000h8-8O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-08-28 17:24:23 pgsql: Partially restore comments discussing enum renumbering hazards.
Previous Message Alvaro Herrera 2013-08-27 18:56:51 pgsql: Initialize cached OID to Invalid in new hash entries