Re: insert from other database

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: insert from other database
Дата
Msg-id 2f4958ff0906040746q169b0634kadb0f368974ec366@mail.gmail.com
обсуждение исходный текст
Ответ на insert from other database  ("Esneiker" <eenriquez@cav.desoft.cu>)
Ответы Re: insert from other database  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Thu, Jun 4, 2009 at 3:44 PM, Esneiker <eenriquez@cav.desoft.cu> wrote:
> Hello.
>
> How can I insert data in a database from other database?
>
> Like this: insert into name_table select from database.table?
>
>

you can't with postgresql directly.
You can use dbconnect module from contrib to do stuff like that.


--
GJ

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

Предыдущее
От: "Esneiker"
Дата:
Сообщение: insert from other database
Следующее
От: Jennifer Trey
Дата:
Сообщение: Move PGdata to a different drive