Re: database A to database B

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: database A to database B
Дата
Msg-id 1116427327.31821.12.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на database A to database B  ("Ing. Jhon Carrillo" <jdigital@cantv.net>)
Список pgsql-admin
On Wed, 2005-05-18 at 08:27, Ing. Jhon Carrillo wrote:
> Hi all,
>
> I have two postgresql 7.4 (Linux) servers:
>
> Server A: it has a original database.
> Server B: it doesn't have nothing.
>
>
> I need to transfer the  database/server A to database/server B through the
> some command directly.

You can do something like this:

pg_dumpall -h servera|psql -h serverb

В списке pgsql-admin по дате отправления:

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: database A to database B
Следующее
От: Pallav Kalva
Дата:
Сообщение: Re: SQL logging (log_min_duration_statement) not working