mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
- Reflect change of option -U to -L
This commit is contained in:
@ -25,13 +25,14 @@ pg_restore [ <replaceable class="parameter">archive-file</replaceable> ]
|
|||||||
[ -p <replaceable class="parameter">port</replaceable> ]
|
[ -p <replaceable class="parameter">port</replaceable> ]
|
||||||
[ -t <replaceable class="parameter">table</replaceable> ]
|
[ -t <replaceable class="parameter">table</replaceable> ]
|
||||||
[ -a ] [ -c ] [-C] [-d <replaceable class="parameter">name</replaceable>]
|
[ -a ] [ -c ] [-C] [-d <replaceable class="parameter">name</replaceable>]
|
||||||
[-f <replaceable class="parameter">archive-file</replaceable>]
|
[ -f <replaceable class="parameter">archive-file</replaceable>]
|
||||||
[-F <replaceable class="parameter">format</replaceable>]
|
[ -F <replaceable class="parameter">format</replaceable>]
|
||||||
[ -i <replaceable class="parameter">index</replaceable> ]
|
[ -i <replaceable class="parameter">index</replaceable> ]
|
||||||
[ -l ] [ -N ] [ -o ] [ -O ]
|
[ -l ] [ -L <replaceable class="parameter">contents-file</replaceable> ]
|
||||||
|
[ -N ] [ -o ] [ -O ]
|
||||||
[ -P <replaceable class="parameter">function-name</replaceable> ] [ -r ] [ -R ]
|
[ -P <replaceable class="parameter">function-name</replaceable> ] [ -r ] [ -R ]
|
||||||
[ -s ] [ -S ] { -T <replaceable class="parameter">trigger</replaceable> ] [ -u ]
|
[ -s ] [ -S ] { -T <replaceable class="parameter">trigger</replaceable> ] [ -u ]
|
||||||
[-U <replaceable class="parameter">contents-file</replaceable> ] [ -v ] [ -x ]
|
[ -v ] [ -x ]
|
||||||
</synopsis>
|
</synopsis>
|
||||||
|
|
||||||
<refsect2 id="R2-APP-PG-RESTORE-1">
|
<refsect2 id="R2-APP-PG-RESTORE-1">
|
||||||
@ -159,6 +160,17 @@ pg_restore [ <replaceable class="parameter">archive-file</replaceable> ]
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>-L <replaceable class="parameter">list-file</replaceable></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Restore elements in <REPLACEABLE CLASS="PARAMETER">list-file</REPLACEABLE> only, and in the
|
||||||
|
order they appear in the file. Lines can be moved and may also be commented out by placing
|
||||||
|
a ';' at the start of the line.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>-N</term>
|
<term>-N</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -266,17 +278,6 @@ pg_restore [ <replaceable class="parameter">archive-file</replaceable> ]
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term>-U <replaceable class="parameter">list-file</replaceable></term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Restore elements in <REPLACEABLE CLASS="PARAMETER">list-file</REPLACEABLE> only, and in the
|
|
||||||
order they appear in the file. Lines can be moved and may also be commented out by placing a ';' at the
|
|
||||||
start of the line.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>-v</term>
|
<term>-v</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Reference in New Issue
Block a user