From 625eaa58ce693ddc5ddfebc2234817c17b6c3387 Mon Sep 17 00:00:00 2001 From: J Smith Date: Mon, 10 Sep 2012 16:38:07 -0400 Subject: [PATCH] Add the -T/--exclude-table option for pg_dump. --- src/_pgsql_utils | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_pgsql_utils b/src/_pgsql_utils index 1705610..1095949 100644 --- a/src/_pgsql_utils +++ b/src/_pgsql_utils @@ -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]' \