diff options
Diffstat (limited to 'doc/src/sgml/ref/pg_dump.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 64ced9fe045..f402d46b0cf 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -790,21 +790,6 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>--lock-wait-timeout=<replaceable class="parameter">timeout</replaceable></option></term> - <listitem> - <para> - Do not wait forever to acquire shared table locks at the beginning of - the dump. Instead fail if unable to lock a table within the specified - <replaceable class="parameter">timeout</replaceable>. The timeout may be - specified in any of the formats accepted by <command>SET - statement_timeout</command>. (Allowed formats vary depending on the server - version you are dumping from, but an integer number of milliseconds - is accepted by all versions.) - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>--load-via-partition-root</option></term> <listitem> <para> @@ -820,6 +805,21 @@ PostgreSQL documentation </varlistentry> <varlistentry> + <term><option>--lock-wait-timeout=<replaceable class="parameter">timeout</replaceable></option></term> + <listitem> + <para> + Do not wait forever to acquire shared table locks at the beginning of + the dump. Instead fail if unable to lock a table within the specified + <replaceable class="parameter">timeout</replaceable>. The timeout may be + specified in any of the formats accepted by <command>SET + statement_timeout</command>. (Allowed formats vary depending on the server + version you are dumping from, but an integer number of milliseconds + is accepted by all versions.) + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--no-comments</option></term> <listitem> <para> |