From ebc8649892d02a9c6991e00d3e273670ca46fe56 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 Jun 2005 17:56:51 +0000 Subject: Since I needed this feature badly, I added the -n / --schema switch to pg_restore. It restores the given schemaname only. It can be used in conjunction with the -t and other switches to make the selection very fine grained. Richard van den Bergg, CISSP --- doc/src/sgml/ref/pg_restore.sgml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index c4017091651..54afdb154d9 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ - + @@ -239,6 +239,18 @@ + + + + + + Restore only definitions and/or data in the named schema. Not to be + confused with the option. This can be combined with + option. + + + + -- cgit v1.2.3