@@ -866,13 +866,14 @@ PostgreSQL documentation
866
866
same rules as the corresponding options:
867
867
<option>-t</option>/<option>--table</option>,
868
868
<option>--table-and-children</option>,
869
- <option>--exclude-table-and-children</option> or
870
- <option>-T</option> for tables,
871
- <option>-n</option>/<option>--schema</option> for schemas,
869
+ <option>-T</option>/<option>--exclude-table</option>, and
870
+ <option>--exclude-table-and-children</option> for tables,
871
+ <option>-n</option>/<option>--schema</option> and
872
+ <option>-N</option>/<option>--exclude-schema</option> for schemas,
872
873
<option>--include-foreign-data</option> for data on foreign servers,
873
- <option>--exclude-table-data</option>,
874
+ <option>--exclude-table-data</option> and
874
875
<option>--exclude-table-data-and-children</option> for table data, and
875
- <option>-e</option>/<option>--extension</option> or
876
+ <option>-e</option>/<option>--extension</option> and
876
877
<option>--exclude-extension</option> for extensions.
877
878
To read from <literal>STDIN</literal>, use <filename>-</filename> as the
878
879
filename. The <option>--filter</option> option can be specified in
@@ -895,34 +896,37 @@ PostgreSQL documentation
895
896
<itemizedlist>
896
897
<listitem>
897
898
<para>
898
- <literal>extension</literal>: extensions, works like the
899
- <option>-e</option>/<option>--extension</option> option.
899
+ <literal>extension</literal>: extensions. This works like the
900
+ <option>-e</option>/<option>--extension</option> or
901
+ <option>--exclude-extension</option> option.
900
902
</para>
901
903
</listitem>
902
904
<listitem>
903
905
<para>
904
- <literal>foreign_data</literal>: data on foreign servers, works like
906
+ <literal>foreign_data</literal>: data on foreign servers. This works like
905
907
the <option>--include-foreign-data</option> option. This keyword can
906
908
only be used with the <literal>include</literal> keyword.
907
909
</para>
908
910
</listitem>
909
911
<listitem>
910
912
<para>
911
- <literal>table</literal>: tables, works like the
912
- <option>-t</option>/<option>--table</option> option.
913
+ <literal>table</literal>: tables. This works like the
914
+ <option>-t</option>/<option>--table</option> or
915
+ <option>-T</option>/<option>--exclude-table</option> option.
913
916
</para>
914
917
</listitem>
915
918
<listitem>
916
919
<para>
917
920
<literal>table_and_children</literal>: tables including any partitions
918
- or inheritance child tables, works like the
919
- <option>--table-and-children</option> option.
921
+ or inheritance child tables. This works like the
922
+ <option>--table-and-children</option> or
923
+ <option>--exclude-table-and-children</option> option.
920
924
</para>
921
925
</listitem>
922
926
<listitem>
923
927
<para>
924
928
<literal>table_data</literal>: table data of any tables matching
925
- <replaceable>pattern</replaceable>, works like the
929
+ <replaceable>pattern</replaceable>. This works like the
926
930
<option>--exclude-table-data</option> option. This keyword can only
927
931
be used with the <literal>exclude</literal> keyword.
928
932
</para>
@@ -931,15 +935,16 @@ PostgreSQL documentation
931
935
<para>
932
936
<literal>table_data_and_children</literal>: table data of any tables
933
937
matching <replaceable>pattern</replaceable> as well as any partitions
934
- or inheritance children of the table(s), works like the
938
+ or inheritance children of the table(s). This works like the
935
939
<option>--exclude-table-data-and-children</option> option. This
936
940
keyword can only be used with the <literal>exclude</literal> keyword.
937
941
</para>
938
942
</listitem>
939
943
<listitem>
940
944
<para>
941
- <literal>schema</literal>: schemas, works like the
942
- <option>-n</option>/<option>--schema</option> option.
945
+ <literal>schema</literal>: schemas. This works like the
946
+ <option>-n</option>/<option>--schema</option> or
947
+ <option>-N</option>/<option>--exclude-schema</option> option.
943
948
</para>
944
949
</listitem>
945
950
</itemizedlist>
0 commit comments