Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3df52c0

Browse files
committed
- Reflect change of option -U to -L
1 parent d346463 commit 3df52c0

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

doc/src/sgml/ref/pg_restore.sgml

+16-15
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ pg_restore [ <replaceable class="parameter">archive-file</replaceable> ]
2525
[ -p <replaceable class="parameter">port</replaceable> ]
2626
[ -t <replaceable class="parameter">table</replaceable> ]
2727
[ -a ] [ -c ] [-C] [-d <replaceable class="parameter">name</replaceable>]
28-
[-f <replaceable class="parameter">archive-file</replaceable>]
29-
[-F <replaceable class="parameter">format</replaceable>]
28+
[ -f <replaceable class="parameter">archive-file</replaceable>]
29+
[ -F <replaceable class="parameter">format</replaceable>]
3030
[ -i <replaceable class="parameter">index</replaceable> ]
31-
[ -l ] [ -N ] [ -o ] [ -O ]
31+
[ -l ] [ -L <replaceable class="parameter">contents-file</replaceable> ]
32+
[ -N ] [ -o ] [ -O ]
3233
[ -P <replaceable class="parameter">function-name</replaceable> ] [ -r ] [ -R ]
3334
[ -s ] [ -S ] { -T <replaceable class="parameter">trigger</replaceable> ] [ -u ]
34-
[-U <replaceable class="parameter">contents-file</replaceable> ] [ -v ] [ -x ]
35+
[ -v ] [ -x ]
3536
</synopsis>
3637

3738
<refsect2 id="R2-APP-PG-RESTORE-1">
@@ -159,6 +160,17 @@ pg_restore [ <replaceable class="parameter">archive-file</replaceable> ]
159160
</listitem>
160161
</varlistentry>
161162

163+
<varlistentry>
164+
<term>-L <replaceable class="parameter">list-file</replaceable></term>
165+
<listitem>
166+
<para>
167+
Restore elements in <REPLACEABLE CLASS="PARAMETER">list-file</REPLACEABLE> only, and in the
168+
order they appear in the file. Lines can be moved and may also be commented out by placing
169+
a ';' at the start of the line.
170+
</para>
171+
</listitem>
172+
</varlistentry>
173+
162174
<varlistentry>
163175
<term>-N</term>
164176
<listitem>
@@ -266,17 +278,6 @@ pg_restore [ <replaceable class="parameter">archive-file</replaceable> ]
266278
</listitem>
267279
</varlistentry>
268280

269-
<varlistentry>
270-
<term>-U <replaceable class="parameter">list-file</replaceable></term>
271-
<listitem>
272-
<para>
273-
Restore elements in <REPLACEABLE CLASS="PARAMETER">list-file</REPLACEABLE> only, and in the
274-
order they appear in the file. Lines can be moved and may also be commented out by placing a ';' at the
275-
start of the line.
276-
</para>
277-
</listitem>
278-
</varlistentry>
279-
280281
<varlistentry>
281282
<term>-v</term>
282283
<listitem>

0 commit comments

Comments
 (0)