Re: How to move data from 1 database to another?

Поиск
Список
Период
Сортировка
От Jonathan Bartlett
Тема Re: How to move data from 1 database to another?
Дата
Msg-id Pine.SUN.4.58.0405110953310.21862@eskimo.com
обсуждение исходный текст
Ответ на Re: How to move data from 1 database to another?  ("Thomas LeBlanc" <thomasatiem@hotmail.com>)
Список pgsql-general
> Actually, the database db2 has all ready been created, plus the table names
> are the same, so I can not use pg_dump and restore.

Yes you can, just use pg_dump with the -a flag, and then just use psql
with redirection rather than restore.

Jon


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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: How to move data from 1 database to another?
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: How to move data from 1 database to another?