| From: | Devrim GUNDUZ <devrim(at)gunduz(dot)org> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Feature request: Dumping multiple tables at one step |
| Date: | 2004-03-16 11:01:12 |
| Message-ID: | Pine.LNX.4.44.0403161248550.21020-100000@emo.org.tr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
As few minutes ago, I received an e-mail about dumping multiples tables at
once, like:
pg_dump dbname -t table1 -t table2 -t table3 -f mytables.pgdump
pg_dump doesn't support such a syntax, so we ran pg_dump in a for loop to
dump multiple tables.
I've searched TODO list, but could not find an item for this. Could it be
possible in the future?
Regards,
- --
Devrim GUNDUZ
devrim(at)gunduz(dot)org devrim(dot)gunduz(at)linux(dot)org(dot)tr
http://www.TDMSoft.com
http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQFAVt56tl86P3SPfQ4RApxWAJ4xTR3qROMW8fGZIQBKzW0Znb946gCfbal+
thVjUZEvk9g4Hq8z00dF/yo=
=x/H9
-----END PGP SIGNATURE-----
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Joseph Krogh | 2004-03-16 11:04:51 | Re: Feature request: Dumping multiple tables at one step |
| Previous Message | Christopher Kings-Lynne | 2004-03-16 08:15:53 | Bad handling of permissions of dropped users |