Re: [GENERAL] pg_dump "all tables" in 7.3.X - Mailing list pgsql-hackers

From Paul Ramsey
Subject Re: [GENERAL] pg_dump "all tables" in 7.3.X
Date
Msg-id 3EFB38CB.7000405@refractions.net
Whole thread Raw
In response to Re: [GENERAL] pg_dump "all tables" in 7.3.X  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [GENERAL] pg_dump "all tables" in 7.3.X  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Entirely sure:

[pramsey@hydra pg_dump]$ which pg_dump
/opt/pgsql73/bin/pg_dump
[pramsey@hydra pg_dump]$ pg_dump -t "*" pramsey
--
-- PostgreSQL database dump
--

[pramsey@hydra pg_dump]$

Tom Lane wrote:
> Paul Ramsey <pramsey@refractions.net> writes:
> 
>>Oh, if it's by design then the "pg_dump --help" text should be updated 
>>correspondingly. The online doco is already correct.
> 
> 
> Hm.  Wait a minute --- I was thinking of 7.4 not 7.3.  The "*" hack does
> appear to still be there in the 7.3 source code.  Are you sure you're
> typing the command just like that?
> 
>>     pg_dump -t "*" dbname
> 
> 
>             regards, tom lane


--       __     /     | Paul Ramsey     | Refractions Research     | Email: pramsey@refractions.net     | Phone: (250)
885-0632    \_
 



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] pg_dump "all tables" in 7.3.X
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] pg_dump "all tables" in 7.3.X