Add the -T/--exclude-table option for pg_dump.

This commit is contained in:
J Smith 2012-09-10 16:38:07 -04:00
parent d1e2e96be8
commit 625eaa58ce
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ _pg_dump () {
{-s,--schema-only}'[no data, only schema]' \
{-S+,--superuser=}':superuser name:_pgsql_users' \
{-t+,--table=}':table to dump:_pgsql_tables' \
{-T+,--exclude-table=}':table to NOT dump:_pgsql_tables' \
{-v,--verbose}'[verbose mode]' \
{-V,--version}'[display client version]' \
{-x,--no-{acl,privileges}}'[dont dump ACLs]' \