Re: pg_dump "all tables" in 7.3.X

From: Andrew Gould <andrewgould(at)yahoo(dot)com>
To: Paul Ramsey <pramsey(at)refractions(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump "all tables" in 7.3.X
Date: 2003-06-26 17:43:44
Message-ID: 20030626174344.29782.qmail@web13407.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

--- Paul Ramsey <pramsey(at)refractions(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-06-26 17:46:28 Re: pg_dump "all tables" in 7.3.X
Previous Message Teodor Sigaev 2003-06-26 17:41:41 Re: Inherits tables and current CVS

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-26 17:46:28 Re: pg_dump "all tables" in 7.3.X
Previous Message Jason Earl 2003-06-26 17:37:44 Re: PlPython