Re: Feature request: Dumping multiple tables at one step

From: Andreas Joseph Krogh <andreak(at)officenet(dot)no>
To: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Feature request: Dumping multiple tables at one step
Date: 2004-03-16 11:04:51
Message-ID: 200403161204.52015.andreak@officenet.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)officenet(dot)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-----

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Devrim GUNDUZ 2004-03-16 11:33:37 Re: Feature request: Dumping multiple tables at one step
Previous Message Devrim GUNDUZ 2004-03-16 11:01:12 Feature request: Dumping multiple tables at one step