Re: Dragging and dropping tables between databases

Поиск
Список
Период
Сортировка
От Sean Davis
Тема Re: Dragging and dropping tables between databases
Дата
Msg-id AANLkTinVPdasfqcmYmYi2RDgwYIDqOPTdyKBme2k70uc@mail.gmail.com
обсуждение исходный текст
Ответ на Dragging and dropping tables between databases  (John Gage <jsmgage@numericable.fr>)
Список pgsql-novice


On Thu, Jun 3, 2010 at 11:29 AM, John Gage <jsmgage@numericable.fr> wrote:
Okay, maybe not that simple, but is there a way to transfer a table
easily between two databases?

The easiest way I can think of is to back-up the table in an sql file
and then run the sql file in the other database.  Is that the easiest?


You could also look at the contrib package dblink.  However, if you are planning on making this part of an application, it should be possible to do this at that level, also.

Sean

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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Dragging and dropping tables between databases
Следующее
От: Jayadevan M
Дата:
Сообщение: BYTEA - issue