diff options
Diffstat (limited to 'doc/src/sgml/ref/pg_dump.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 4f7f5109fb9..12ddd259662 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -414,22 +414,6 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>--section=<replaceable class="parameter">sectionname</replaceable></option></term> - <listitem> - <para> - Only dump the named section. The name can be one of <option>pre-data</>, <option>data</> - and <option>post-data</>. - This option can be specified more than once. The default is to dump all sections. - </para> - <para> - Post-data items consist of definitions of indexes, triggers, rules - and constraints other than validated check constraints. - Pre-data items consist of all other data definition items. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>-S <replaceable class="parameter">username</replaceable></option></term> <term><option>--superuser=<replaceable class="parameter">username</replaceable></option></term> <listitem> @@ -735,6 +719,22 @@ PostgreSQL documentation </varlistentry> <varlistentry> + <term><option>--section=<replaceable class="parameter">sectionname</replaceable></option></term> + <listitem> + <para> + Only dump the named section. The name can be one of <option>pre-data</>, <option>data</> + and <option>post-data</>. + This option can be specified more than once. The default is to dump all sections. + </para> + <para> + Post-data items consist of definitions of indexes, triggers, rules + and constraints other than validated check constraints. + Pre-data items consist of all other data definition items. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--serializable-deferrable</option></term> <listitem> <para> |