Re: Feature request: Dumping multiple tables at one step - Mailing list pgsql-hackers

From Andreas Joseph Krogh
Subject Re: Feature request: Dumping multiple tables at one step
Date
Msg-id 200403161204.52015.andreak@officenet.no
Whole thread Raw
In response to Feature request: Dumping multiple tables at one step  (Devrim GUNDUZ <devrim@gunduz.org>)
Responses Re: Feature request: Dumping multiple tables at one step  (Devrim GUNDUZ <devrim@gunduz.org>)
List pgsql-hackers
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 16 March 2004 12:01, Devrim GUNDUZ wrote:
> 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,

I made a patch for this last fall against the 7.4 sources, and I think Bruce
added it to his "unapplied patches" list. I think we should get this in for
7.5.

- --
Andreas Joseph Krogh <andreak@officenet.no>
Managing Director, Senior Software Developer
OfficeNet AS

I always do a CVS update before making a patch (unless I forget).

gpg public_key: http://dev.officenet.no/~andreak/public_key.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAVt9TUopImDh2gfQRAixoAKCUbdfeaw9D4SPAz9PGSxZbCPQ4NQCdHlzC
a9mxaqIjocKcg0mnqrrW2aU=
=KtEU
-----END PGP SIGNATURE-----


pgsql-hackers by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Feature request: Dumping multiple tables at one step
Next
From: Devrim GUNDUZ
Date:
Subject: Re: Feature request: Dumping multiple tables at one step