Giuseppe Tanzilli - CSF writes:

> Ciao,
> I had the need to exclude tables from the dump so I made this patch,
> I do something like
>
> pg_dump -X \"Test_*\" -X \"Devel*\" test

We already have an option -t to select the table name to dump.  This could
be expanded to interpret the name as a pattern of some kind (RE or LIKE
pattern).  If you want to work on that I think no one would object.

-- 
Peter Eisentraut   [EMAIL PROTECTED]   http://funkturm.homeip.net/~peter


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to