mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
pg_dump: Put new options in consistent order in --help and man page
This commit is contained in:
@ -256,27 +256,6 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--exclude-extension=<replaceable class="parameter">pattern</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Do not dump any extensions matching <replaceable
|
||||
class="parameter">pattern</replaceable>. The pattern is
|
||||
interpreted according to the same rules as for <option>-e</option>.
|
||||
<option>--exclude-extension</option> can be given more than once to exclude extensions
|
||||
matching any of several patterns.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
When both <option>-e</option> and <option>--exclude-extension</option> are given, the behavior
|
||||
is to dump just the extensions that match at least one <option>-e</option>
|
||||
switch but no <option>--exclude-extension</option> switches. If <option>--exclude-extension</option>
|
||||
appears without <option>-e</option>, then extensions matching <option>--exclude-extension</option> are
|
||||
excluded from what is otherwise a normal dump.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-E <replaceable class="parameter">encoding</replaceable></option></term>
|
||||
<term><option>--encoding=<replaceable class="parameter">encoding</replaceable></option></term>
|
||||
@ -803,6 +782,27 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--exclude-extension=<replaceable class="parameter">pattern</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Do not dump any extensions matching <replaceable
|
||||
class="parameter">pattern</replaceable>. The pattern is
|
||||
interpreted according to the same rules as for <option>-e</option>.
|
||||
<option>--exclude-extension</option> can be given more than once to exclude extensions
|
||||
matching any of several patterns.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
When both <option>-e</option> and <option>--exclude-extension</option> are given, the behavior
|
||||
is to dump just the extensions that match at least one <option>-e</option>
|
||||
switch but no <option>--exclude-extension</option> switches. If <option>--exclude-extension</option>
|
||||
appears without <option>-e</option>, then extensions matching <option>--exclude-extension</option> are
|
||||
excluded from what is otherwise a normal dump.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--exclude-table-and-children=<replaceable class="parameter">pattern</replaceable></option></term>
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user