@@ -544,23 +544,6 @@ PostgreSQL documentation
544544 </listitem>
545545 </varlistentry>
546546
547- <varlistentry>
548- <term><option>--strict-names</></term>
549- <listitem>
550- <para>
551- Require that each schema (-n / --schema) and table (-t / --table)
552- qualifier match at least one schema/table in the database to be dumped.
553- Note that if none of the schema/table qualifiers find matches pg_dump
554- will generate an error even without --strict-names.
555- </para>
556- <para>
557- This option has no effect on -N/--exclude-schema, -T/--exclude_table
558- or --exclude-table-date. An exclude pattern failing to match
559- any objects is not considered an error.
560- </para>
561- </listitem>
562- </varlistentry>
563-
564547 <varlistentry>
565548 <term><option>-T <replaceable class="parameter">table</replaceable></option></term>
566549 <term><option>--exclude-table=<replaceable class="parameter">table</replaceable></option></term>
@@ -925,6 +908,28 @@ PostgreSQL documentation
925908 </listitem>
926909 </varlistentry>
927910
911+ <varlistentry>
912+ <term><option>--strict-names</></term>
913+ <listitem>
914+ <para>
915+ Require that each schema
916+ (<option>-n</option>/<option>--schema</option>) and table
917+ (<option>-t</option>/<option>--table</option>) qualifier match at
918+ least one schema/table in the database to be dumped. Note that if
919+ none of the schema/table qualifiers find
920+ matches, <application>pg_dump</application> will generate an error
921+ even without <option>--strict-names</option>.
922+ </para>
923+ <para>
924+ This option has no effect
925+ on <option>-N</option>/<option>--exclude-schema</option>,
926+ <option>-T</option>/<option>--exclude-table</option>,
927+ or <option>--exclude-table-data</option>. An exclude pattern failing
928+ to match any objects is not considered an error.
929+ </para>
930+ </listitem>
931+ </varlistentry>
932+
928933 <varlistentry>
929934 <term><option>--use-set-session-authorization</></term>
930935 <listitem>
0 commit comments