提交 6513c87a 编写于 作者: D dyozie

docs: adding --no-tablespaces option introduced with 8.4 merge

上级 c3c5d87b
......@@ -274,6 +274,13 @@
/></codeph>.<note>Greenplum Database does not support user-defined
triggers.</note></pd>
</plentry>
<plentry>
<pt>--no-tablespaces</pt>
<pd>Do not output commands to select tablespaces. With this option, all objects will be
created in whichever tablespace is the default during restore.</pd>
<pd>This option is only meaningful for the plain-text format. For the archive formats,
you can specify the option when you call <codeph>pg_restore</codeph>.</pd>
</plentry>
<plentry>
<pt>--use-set-session-authorization</pt>
<pd>Output SQL-standard <codeph>SET SESSION AUTHORIZATION</codeph> commands instead of
......
......@@ -186,6 +186,12 @@
<pt>--roles-only</pt>
<pd>Dump only roles, not databases, tablespaces, or filespaces.</pd>
</plentry>
<plentry>
<pt>--no-tablespaces</pt>
<pd>Do not output commands to select tablespaces. With this option, all
objects will be created in whichever tablespace is the default during
restore.</pd>
</plentry>
<plentry>
<pt>--use-set-session-authorization</pt>
<pd>Output SQL-standard <codeph>SET SESSION AUTHORIZATION</codeph> commands
......
......@@ -119,6 +119,11 @@
script). With <codeph>-O</codeph>, any user name can be used for the initial
connection, and this user will own all the created objects.</pd>
</plentry>
<plentry>
<pt>--no-tablespaces</pt>
<pd>Do not output commands to select tablespaces. With this option, all objects will be
created in whichever tablespace is the default during restore.</pd>
</plentry>
<plentry>
<pt>-P '<varname>function-name</varname>(<varname>argtype</varname> [, ...])' |
--function='<varname>function-name</varname>(<varname>argtype</varname> [,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册