Re: pg_dump "all tables" in 7.3.X

Поиск
Список
Период
Сортировка
От Andrew Gould
Тема Re: pg_dump "all tables" in 7.3.X
Дата
Msg-id 20030626174344.29782.qmail@web13407.mail.yahoo.com
обсуждение исходный текст
Ответ на pg_dump "all tables" in 7.3.X  (Paul Ramsey <pramsey@refractions.net>)
Ответы Re: pg_dump "all tables" in 7.3.X  (Andrew Gould <andrewgould@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: Inherits tables and current CVS
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump "all tables" in 7.3.X