Re: pg_dump "all tables" in 7.3.X - Mailing list pgsql-general

From Andrew Gould
Subject Re: pg_dump "all tables" in 7.3.X
Date
Msg-id 20030626174344.29782.qmail@web13407.mail.yahoo.com
Whole thread Raw
In response to pg_dump "all tables" in 7.3.X  (Paul Ramsey <pramsey@refractions.net>)
Responses Re: pg_dump "all tables" in 7.3.X  (Andrew Gould <andrewgould@yahoo.com>)
List pgsql-general
--- Paul Ramsey <pramsey@refractions.net> wrote:
> We are trying to do an "all tables" dump using the
> 7.3.3 pg_dump, but
> are getting no love.  The pg_dump command which
> worked before, in 7.2,
> no longer returns any tables:
>
>    pg_dump -t "*" dbname
>
> Is this by design, or by accident?
>
> Paul
>

try 'pg_dumpall dbname'

Best of luck,

Andrew

pgsql-general by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: Inherits tables and current CVS
Next
From: Tom Lane
Date:
Subject: Re: pg_dump "all tables" in 7.3.X