Re: How to copy tables between databases?

Поиск
Список
Период
Сортировка
От Brad Nicholson
Тема Re: How to copy tables between databases?
Дата
Msg-id 1204058198.5581.22.camel@bnicholson-desktop
обсуждение исходный текст
Ответ на How to copy tables between databases?  ("Kynn Jones" <kynnjo@gmail.com>)
Ответы Re: How to copy tables between databases?
Список pgsql-general
On Tue, 2008-02-26 at 15:19 -0500, Kynn Jones wrote:
>
> Is there a simple way to copy a table from one database to another
> without generating an intermediate dump file?
>

pg_dump -t <table name> <source DB> | psql -d <target DB>
--
Brad Nicholson  416-673-4106
Database Administrator, Afilias Canada Corp.



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

Предыдущее
От: "Uwe C. Schroeder"
Дата:
Сообщение: Re: How to copy tables between databases?
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: How to copy tables between databases?