projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99ef515
)
Document that pg_restore -t can use -n for its schema qualification.
author
Bruce Momjian
Wed, 24 Feb 2010 16:27:40 +0000
(16:27 +0000)
committer
Bruce Momjian
Wed, 24 Feb 2010 16:27:40 +0000
(16:27 +0000)
doc/src/sgml/ref/pg_restore.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_restore.sgml
b/doc/src/sgml/ref/pg_restore.sgml
index 9735d3e935bf289cf365a34b319b3803eef4a259..0302418cefc6f6b0b3050614faae81ac9e0df84b 100644
(file)
--- a/
doc/src/sgml/ref/pg_restore.sgml
+++ b/
doc/src/sgml/ref/pg_restore.sgml
@@
-1,4
+1,4
@@
-
+
@@
-377,7
+377,8
@@
--table=
table
- Restore definition and/or data of named table only.
+ Restore definition and/or data of named table only. This can be
+ combined with the
-n
option to specify a schema.