Re: Patch for pg_dump: Multiple -t options and new -T - Mailing list pgsql-patches

From David F. Skoll
Subject Re: Patch for pg_dump: Multiple -t options and new -T
Date
Msg-id Pine.LNX.4.58.0407211056450.8830@shishi.roaringpenguin.com
Whole thread Raw
In response to Re: Patch for pg_dump: Multiple -t options and new -T option  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Patch for pg_dump: Multiple -t options and new -T option  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Wed, 21 Jul 2004, Tom Lane wrote:

> pg_dump -t s1.t1 -t s2.t2              -- Dump s1.t1 and s2.t2

That's a good idea, but then it's questionable whether we need the -n
switch at all.  It might be simpler to extend the -t switch to
accept:

    pg-dump -t 's1.*'

rather than using a -n switch.  Of course, that breaks
backward-compatibility.

Regards,

David.

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Point in Time Recovery
Next
From: Tom Lane
Date:
Subject: Re: Patch for pg_dump: Multiple -t options and new -T option