From: | "Glen Parker" <glenebob(at)nwlink(dot)com> |
---|---|
To: | "Postgres General" <pgsql-general(at)postgresql(dot)org> |
Subject: | pg_dump feature request: Exclude tables? |
Date: | 2004-08-18 01:17:16 |
Message-ID: | AJEKKAIECKNMBCEKADJPKENHCMAA.glenebob@nwlink.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> No, we have:
>
> * Allow pg_dump to use multiple -t and -n switches
>
> This should be done by allowing a '-t schema.table' syntax.
>
> but that doesn't have the exclude option. We had a patch that
> implemented an exclude but got confused over how it would interact with
> the schema switch and stuff. However, with the new '-t schema.table'
> syntax we might be able to get it working.
Hmm, while you're at it, maybe you could make it accept wild
cards or regexp or something :-) That should allow you to toss
the -n parameter altogether (schema.*) if you wanted to.
It would also be at least as good, IMO, to accept only one -t
option, re-defined as a comma-seperated list of names... And an
exlusion parameter defined the same way.
Glen Parker
glenebob(at)nwlink(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Paul Tillotson | 2004-08-18 01:23:56 | Re: pg_dump feature request: Exclude tables? |
Previous Message | Bruce Momjian | 2004-08-18 00:59:13 | Re: pg_dump feature request: Exclude tables? |