@@ -375,17 +375,17 @@ PostgreSQL documentation
375
375
</varlistentry>
376
376
377
377
<varlistentry>
378
- <term><option>-n <replaceable class="parameter">schema </replaceable></option></term>
379
- <term><option>--schema=<replaceable class="parameter">schema </replaceable></option></term>
378
+ <term><option>-n <replaceable class="parameter">pattern </replaceable></option></term>
379
+ <term><option>--schema=<replaceable class="parameter">pattern </replaceable></option></term>
380
380
<listitem>
381
381
<para>
382
382
Dump only schemas matching <replaceable
383
- class="parameter">schema </replaceable>; this selects both the
383
+ class="parameter">pattern </replaceable>; this selects both the
384
384
schema itself, and all its contained objects. When this option is
385
385
not specified, all non-system schemas in the target database will be
386
386
dumped. Multiple schemas can be
387
- selected by writing multiple <option>-n</option> switches. Also, the
388
- <replaceable class="parameter">schema </replaceable> parameter is
387
+ selected by writing multiple <option>-n</option> switches. The
388
+ <replaceable class="parameter">pattern </replaceable> parameter is
389
389
interpreted as a pattern according to the same rules used by
390
390
<application>psql</application>'s <literal>\d</literal> commands (see <xref
391
391
linkend="app-psql-patterns" endterm="app-psql-patterns-title"/>),
@@ -417,12 +417,12 @@ PostgreSQL documentation
417
417
</varlistentry>
418
418
419
419
<varlistentry>
420
- <term><option>-N <replaceable class="parameter">schema </replaceable></option></term>
421
- <term><option>--exclude-schema=<replaceable class="parameter">schema </replaceable></option></term>
420
+ <term><option>-N <replaceable class="parameter">pattern </replaceable></option></term>
421
+ <term><option>--exclude-schema=<replaceable class="parameter">pattern </replaceable></option></term>
422
422
<listitem>
423
423
<para>
424
- Do not dump any schemas matching the <replaceable
425
- class="parameter">schema </replaceable> pattern . The pattern is
424
+ Do not dump any schemas matching <replaceable
425
+ class="parameter">pattern </replaceable>. The pattern is
426
426
interpreted according to the same rules as for <option>-n</option>.
427
427
<option>-N</option> can be given more than once to exclude schemas
428
428
matching any of several patterns.
@@ -513,16 +513,16 @@ PostgreSQL documentation
513
513
</varlistentry>
514
514
515
515
<varlistentry>
516
- <term><option>-t <replaceable class="parameter">table </replaceable></option></term>
517
- <term><option>--table=<replaceable class="parameter">table </replaceable></option></term>
516
+ <term><option>-t <replaceable class="parameter">pattern </replaceable></option></term>
517
+ <term><option>--table=<replaceable class="parameter">pattern </replaceable></option></term>
518
518
<listitem>
519
519
<para>
520
520
Dump only tables with names matching
521
- <replaceable class="parameter">table </replaceable>.
521
+ <replaceable class="parameter">pattern </replaceable>.
522
522
For this purpose, <quote>table</quote> includes views, materialized views,
523
523
sequences, and foreign tables. Multiple tables
524
- can be selected by writing multiple <option>-t</option> switches. Also, the
525
- <replaceable class="parameter">table </replaceable> parameter is
524
+ can be selected by writing multiple <option>-t</option> switches. The
525
+ <replaceable class="parameter">pattern </replaceable> parameter is
526
526
interpreted as a pattern according to the same rules used by
527
527
<application>psql</application>'s <literal>\d</literal> commands (see <xref
528
528
linkend="app-psql-patterns" endterm="app-psql-patterns-title"/>),
@@ -565,12 +565,12 @@ PostgreSQL documentation
565
565
</varlistentry>
566
566
567
567
<varlistentry>
568
- <term><option>-T <replaceable class="parameter">table </replaceable></option></term>
569
- <term><option>--exclude-table=<replaceable class="parameter">table </replaceable></option></term>
568
+ <term><option>-T <replaceable class="parameter">pattern </replaceable></option></term>
569
+ <term><option>--exclude-table=<replaceable class="parameter">pattern </replaceable></option></term>
570
570
<listitem>
571
571
<para>
572
- Do not dump any tables matching the <replaceable
573
- class="parameter">table </replaceable> pattern . The pattern is
572
+ Do not dump any tables matching <replaceable
573
+ class="parameter">pattern </replaceable>. The pattern is
574
574
interpreted according to the same rules as for <option>-t</option>.
575
575
<option>-T</option> can be given more than once to exclude tables
576
576
matching any of several patterns.
@@ -728,11 +728,11 @@ PostgreSQL documentation
728
728
</varlistentry>
729
729
730
730
<varlistentry>
731
- <term><option>--exclude-table-data=<replaceable class="parameter">table </replaceable></option></term>
731
+ <term><option>--exclude-table-data=<replaceable class="parameter">pattern </replaceable></option></term>
732
732
<listitem>
733
733
<para>
734
- Do not dump data for any tables matching the <replaceable
735
- class="parameter">table </replaceable> pattern . The pattern is
734
+ Do not dump data for any tables matching <replaceable
735
+ class="parameter">pattern </replaceable>. The pattern is
736
736
interpreted according to the same rules as for <option>-t</option>.
737
737
<option>--exclude-table-data</option> can be given more than once to
738
738
exclude tables matching any of several patterns. This option is
0 commit comments