From da85fb4747ac0b7f787ef7a402adea2747e32d8e Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Wed, 28 Aug 2013 09:43:34 +0300 Subject: 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 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 7c48fcd288f..717da4272dd 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -230,7 +230,8 @@ - Restore definition of named index only. + Restore definition of named index only. Multiple indexes + may be specified with multiple @@ -314,7 +315,8 @@ - Restore only objects that are in the named schema. This can be + Restore only objects that are in the named schema. Multiple schemas + may be specified with multiple option to restore just a specific table. @@ -348,7 +350,8 @@ Restore the named function only. Be careful to spell the function name and arguments exactly as they appear in the dump file's table - of contents. + of contents. Multiple functions may be specified with multiple + @@ -413,7 +416,8 @@ - Restore named trigger only. + Restore named trigger only. Multiple triggers may be specified with + multiple -- cgit v1.2.3