Re: Copying table to another database.

Поиск
Список
Период
Сортировка
От Tycho Fruru
Тема Re: Copying table to another database.
Дата
Msg-id 1032255703.26629.8.camel@kungfoo.conostix.com
обсуждение исходный текст
Ответ на Copying table to another database.  (Wim <wdh@belbone.be>)
Список pgsql-general
On Tue, 2002-09-17 at 11:32, Wim wrote:
> Hello,
>
>
> Anyone knows how to copy a table to another database?

perhaps pg_dump the table and then restore it in another database (you
could pipe the output of pg_dump to the input of a psql so you don't
have to store the dump anywhere.

Good luck,
Tycho

--
Tycho Fruru                            tycho@fruru.com
"Prediction is extremely difficult. Especially about the future."
  - Niels Bohr

Вложения

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

Предыдущее
От: Wim
Дата:
Сообщение: Copying table to another database.
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: Copying table to another database.