| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Paul Ramsey <pramsey(at)refractions(dot)net> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: pg_dump "all tables" in 7.3.X |
| Date: | 2003-06-26 17:46:28 |
| Message-ID: | 1202.1056649588@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
Paul Ramsey <pramsey(at)refractions(dot)net> writes:
> We are trying to do an "all tables" dump using the 7.3.3 pg_dump, but
> are getting no love. The pg_dump command which worked before, in 7.2,
> no longer returns any tables:
> pg_dump -t "*" dbname
> Is this by design, or by accident?
By design. Just omit the -t switch if you want all tables.
("*" is a legal table name, if perhaps not a very bright choice, so the
old behavior was really not consistent.)
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Paul Ramsey | 2003-06-26 17:54:31 | Re: pg_dump "all tables" in 7.3.X |
| Previous Message | Andrew Gould | 2003-06-26 17:43:44 | Re: pg_dump "all tables" in 7.3.X |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Paul Ramsey | 2003-06-26 17:54:31 | Re: pg_dump "all tables" in 7.3.X |
| Previous Message | Andrew Gould | 2003-06-26 17:43:44 | Re: pg_dump "all tables" in 7.3.X |