Re: Linking Tables from 2 databases

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Linking Tables from 2 databases
Дата
Msg-id 20060719191057.25835.qmail@web31804.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Linking Tables from 2 databases  ("Pratik Shukla" <pratikshukla@hotmail.com>)
Список pgsql-general
I have created a DB1 with several tables. Now i need to create another DB2 with a linked table
from DB1. So if there is a table_X in DB1, is there a way to import that table_X into DB2 so that
any changes made to table_X in DB1 will also apply to DB2?

table_X has references to other tables in DB1 as well...will these references be maintained if
table_X is imported to DB2?

Any help is appreciated.


maybe dblink will do what you want:
http://pgfoundry.org/projects/snapshot/

Regards,

Richard Broersma Jr.

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

Предыдущее
От: Anastasios Hatzis
Дата:
Сообщение: Re: Difference between function and procedure?
Следующее
От: Cornelia Boenigk
Дата:
Сообщение: Re: Problem creating a function