@@ -25,13 +25,14 @@ pg_restore [ <replaceable class="parameter">archive-file</replaceable> ]
25
25
[ -p <replaceable class="parameter">port</replaceable> ]
26
26
[ -t <replaceable class="parameter">table</replaceable> ]
27
27
[ -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>]
30
30
[ -i <replaceable class="parameter">index</replaceable> ]
31
- [ -l ] [ -N ] [ -o ] [ -O ]
31
+ [ -l ] [ -L <replaceable class="parameter">contents-file</replaceable> ]
32
+ [ -N ] [ -o ] [ -O ]
32
33
[ -P <replaceable class="parameter">function-name</replaceable> ] [ -r ] [ -R ]
33
34
[ -s ] [ -S ] { -T <replaceable class="parameter">trigger</replaceable> ] [ -u ]
34
- [-U <replaceable class="parameter">contents-file</replaceable> ] [ -v ] [ -x ]
35
+ [ -v ] [ -x ]
35
36
</synopsis>
36
37
37
38
<refsect2 id="R2-APP-PG-RESTORE-1">
@@ -159,6 +160,17 @@ pg_restore [ <replaceable class="parameter">archive-file</replaceable> ]
159
160
</listitem>
160
161
</varlistentry>
161
162
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
+
162
174
<varlistentry>
163
175
<term>-N</term>
164
176
<listitem>
@@ -266,17 +278,6 @@ pg_restore [ <replaceable class="parameter">archive-file</replaceable> ]
266
278
</listitem>
267
279
</varlistentry>
268
280
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
-
280
281
<varlistentry>
281
282
<term>-v</term>
282
283
<listitem>
0 commit comments