Обсуждение: pgsql: Accept multiple -I, -P, -T and -n options in pg_restore.

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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(-)