Re: Need help in copying a table from one database to other

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Need help in copying a table from one database to other
Дата
Msg-id 20090904083524.GD8068@a-kretschmer.de
обсуждение исходный текст
Ответ на Need help in copying a table from one database to other  (Rekha Ravi Pai <rekha@softjin.com>)
Список pgsql-general
In response to Rekha Ravi Pai :
> Hi,
> I want to copy a table say employeedetails from employee
> database to library database. Can you help me giving the
> detailed steps to do this.

pg_dump -t <insert the table-name> <insert the source-db> | psql <insert destination db>

In you case:

pg_dump -t employeedetails employee | psql library

Regards, Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)

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

Предыдущее
От: Nickolay
Дата:
Сообщение: Re: easy task: concurrent select-updates
Следующее
От: Juan Backson
Дата:
Сообщение: strange error occurs when adding index