same rules as the corresponding options:
-t /--table ,
--table-and-children ,
- --exclude-table-and-children or
- -T for tables,
- -n /--schema for schemas,
+ -T /--exclude-table , and
+ --exclude-table-and-children for tables,
+ -n /--schema and
+ -N /--exclude-schema for schemas,
--include-foreign-data for data on foreign servers,
- --exclude-table-data ,
+ --exclude-table-data and
--exclude-table-data-and-children for table data, and
- -e /--extension or
+ -e /--extension and
--exclude-extension for extensions.
To read from STDIN , use - as the
filename. The --filter option can be specified in
- extension : extensions, works like the
- -e /--extension option.
+ extension : extensions. This works like the
+ -e /--extension or
+ --exclude-extension option.
- foreign_data : data on foreign servers, works like
+ foreign_data : data on foreign servers. This works like
the --include-foreign-data option. This keyword can
only be used with the include keyword.
- table : tables, works like the
- -t /--table option.
+ table : tables. This works like the
+ -t /--table or
+ -T /--exclude-table option.
table_and_children : tables including any partitions
- or inheritance child tables, works like the
- --table-and-children option.
+ or inheritance child tables. This works like the
+ --table-and-children or
+ --exclude-table-and-children option.
table_data : table data of any tables matching
- pattern , works like the
+ pattern . This works like the
--exclude-table-data option. This keyword can only
be used with the exclude keyword.
table_data_and_children : table data of any tables
matching pattern as well as any partitions
- or inheritance children of the table(s), works like the
+ or inheritance children of the table(s). This works like the
--exclude-table-data-and-children option. This
keyword can only be used with the exclude keyword.
- schema : schemas, works like the
- -n /--schema option.
+ schema : schemas. This works like the
+ -n /--schema or
+ -N /--exclude-schema option.