@@ -375,17 +375,17 @@ PostgreSQL documentation
375375 </varlistentry>
376376
377377 <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>
380380 <listitem>
381381 <para>
382382 Dump only schemas matching <replaceable
383- class="parameter">schema </replaceable>; this selects both the
383+ class="parameter">pattern </replaceable>; this selects both the
384384 schema itself, and all its contained objects. When this option is
385385 not specified, all non-system schemas in the target database will be
386386 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
389389 interpreted as a pattern according to the same rules used by
390390 <application>psql</application>'s <literal>\d</literal> commands (see <xref
391391 linkend="app-psql-patterns" endterm="app-psql-patterns-title"/>),
@@ -417,12 +417,12 @@ PostgreSQL documentation
417417 </varlistentry>
418418
419419 <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>
422422 <listitem>
423423 <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
426426 interpreted according to the same rules as for <option>-n</option>.
427427 <option>-N</option> can be given more than once to exclude schemas
428428 matching any of several patterns.
@@ -513,16 +513,16 @@ PostgreSQL documentation
513513 </varlistentry>
514514
515515 <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>
518518 <listitem>
519519 <para>
520520 Dump only tables with names matching
521- <replaceable class="parameter">table </replaceable>.
521+ <replaceable class="parameter">pattern </replaceable>.
522522 For this purpose, <quote>table</quote> includes views, materialized views,
523523 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
526526 interpreted as a pattern according to the same rules used by
527527 <application>psql</application>'s <literal>\d</literal> commands (see <xref
528528 linkend="app-psql-patterns" endterm="app-psql-patterns-title"/>),
@@ -565,12 +565,12 @@ PostgreSQL documentation
565565 </varlistentry>
566566
567567 <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>
570570 <listitem>
571571 <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
574574 interpreted according to the same rules as for <option>-t</option>.
575575 <option>-T</option> can be given more than once to exclude tables
576576 matching any of several patterns.
@@ -728,11 +728,11 @@ PostgreSQL documentation
728728 </varlistentry>
729729
730730 <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>
732732 <listitem>
733733 <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
736736 interpreted according to the same rules as for <option>-t</option>.
737737 <option>--exclude-table-data</option> can be given more than once to
738738 exclude tables matching any of several patterns. This option is
0 commit comments