@@ -205,37 +205,6 @@ PostgreSQL documentation
205
205
</listitem>
206
206
</varlistentry>
207
207
208
- <varlistentry>
209
- <term><option>--filter=<replaceable class="parameter">filename</replaceable></option></term>
210
- <listitem>
211
- <para>
212
- Specify a filename from which to read patterns for databases excluded
213
- from the dump. The patterns are interpreted according to the same rules
214
- as <option>--exclude-database</option>.
215
- To read from <literal>STDIN</literal>, use <filename>-</filename> as the
216
- filename. The <option>--filter</option> option can be specified in
217
- conjunction with <option>--exclude-database</option> for excluding
218
- databases, and can also be specified more than once for multiple filter
219
- files.
220
- </para>
221
-
222
- <para>
223
- The file lists one database pattern per row, with the following format:
224
- <synopsis>
225
- exclude database <replaceable class="parameter">PATTERN</replaceable>
226
- </synopsis>
227
- </para>
228
-
229
- <para>
230
- Lines starting with <literal>#</literal> are considered comments and
231
- ignored. Comments can be placed after an object pattern row as well.
232
- Blank lines are also ignored. See <xref linkend="app-psql-patterns"/>
233
- for how to perform quoting in patterns.
234
- </para>
235
-
236
- </listitem>
237
- </varlistentry>
238
-
239
208
<varlistentry>
240
209
<term><option>-g</option></term>
241
210
<term><option>--globals-only</option></term>
@@ -345,16 +314,6 @@ exclude database <replaceable class="parameter">PATTERN</replaceable>
345
314
</listitem>
346
315
</varlistentry>
347
316
348
- <varlistentry>
349
- <term><option>--statistics-only</option></term>
350
- <listitem>
351
- <para>
352
- Dump only the statistics, not the schema (data definitions) or data.
353
- Statistics for tables, materialized views, and indexes are dumped.
354
- </para>
355
- </listitem>
356
- </varlistentry>
357
-
358
317
<varlistentry>
359
318
<term><option>--binary-upgrade</option></term>
360
319
<listitem>
@@ -444,6 +403,37 @@ exclude database <replaceable class="parameter">PATTERN</replaceable>
444
403
</listitem>
445
404
</varlistentry>
446
405
406
+ <varlistentry>
407
+ <term><option>--filter=<replaceable class="parameter">filename</replaceable></option></term>
408
+ <listitem>
409
+ <para>
410
+ Specify a filename from which to read patterns for databases excluded
411
+ from the dump. The patterns are interpreted according to the same rules
412
+ as <option>--exclude-database</option>.
413
+ To read from <literal>STDIN</literal>, use <filename>-</filename> as the
414
+ filename. The <option>--filter</option> option can be specified in
415
+ conjunction with <option>--exclude-database</option> for excluding
416
+ databases, and can also be specified more than once for multiple filter
417
+ files.
418
+ </para>
419
+
420
+ <para>
421
+ The file lists one database pattern per row, with the following format:
422
+ <synopsis>
423
+ exclude database <replaceable class="parameter">PATTERN</replaceable>
424
+ </synopsis>
425
+ </para>
426
+
427
+ <para>
428
+ Lines starting with <literal>#</literal> are considered comments and
429
+ ignored. Comments can be placed after an object pattern row as well.
430
+ Blank lines are also ignored. See <xref linkend="app-psql-patterns"/>
431
+ for how to perform quoting in patterns.
432
+ </para>
433
+
434
+ </listitem>
435
+ </varlistentry>
436
+
447
437
<varlistentry>
448
438
<term><option>--if-exists</option></term>
449
439
<listitem>
@@ -640,33 +630,6 @@ exclude database <replaceable class="parameter">PATTERN</replaceable>
640
630
</listitem>
641
631
</varlistentry>
642
632
643
- <varlistentry>
644
- <term><option>--with-data</option></term>
645
- <listitem>
646
- <para>
647
- Dump data. This is the default.
648
- </para>
649
- </listitem>
650
- </varlistentry>
651
-
652
- <varlistentry>
653
- <term><option>--with-schema</option></term>
654
- <listitem>
655
- <para>
656
- Dump schema (data definitions). This is the default.
657
- </para>
658
- </listitem>
659
- </varlistentry>
660
-
661
- <varlistentry>
662
- <term><option>--with-statistics</option></term>
663
- <listitem>
664
- <para>
665
- Dump statistics. This is the default.
666
- </para>
667
- </listitem>
668
- </varlistentry>
669
-
670
633
<varlistentry>
671
634
<term><option>--no-unlogged-table-data</option></term>
672
635
<listitem>
@@ -722,6 +685,16 @@ exclude database <replaceable class="parameter">PATTERN</replaceable>
722
685
</listitem>
723
686
</varlistentry>
724
687
688
+ <varlistentry>
689
+ <term><option>--statistics-only</option></term>
690
+ <listitem>
691
+ <para>
692
+ Dump only the statistics, not the schema (data definitions) or data.
693
+ Statistics for tables, materialized views, and indexes are dumped.
694
+ </para>
695
+ </listitem>
696
+ </varlistentry>
697
+
725
698
<varlistentry>
726
699
<term><option>--use-set-session-authorization</option></term>
727
700
<listitem>
@@ -735,6 +708,33 @@ exclude database <replaceable class="parameter">PATTERN</replaceable>
735
708
</listitem>
736
709
</varlistentry>
737
710
711
+ <varlistentry>
712
+ <term><option>--with-data</option></term>
713
+ <listitem>
714
+ <para>
715
+ Dump data. This is the default.
716
+ </para>
717
+ </listitem>
718
+ </varlistentry>
719
+
720
+ <varlistentry>
721
+ <term><option>--with-schema</option></term>
722
+ <listitem>
723
+ <para>
724
+ Dump schema (data definitions). This is the default.
725
+ </para>
726
+ </listitem>
727
+ </varlistentry>
728
+
729
+ <varlistentry>
730
+ <term><option>--with-statistics</option></term>
731
+ <listitem>
732
+ <para>
733
+ Dump statistics. This is the default.
734
+ </para>
735
+ </listitem>
736
+ </varlistentry>
737
+
738
738
<varlistentry>
739
739
<term><option>-?</option></term>
740
740
<term><option>--help</option></term>
0 commit comments