Linking Tables from 2 databases

Поиск
Список
Период
Сортировка
От Pratik Shukla
Тема Linking Tables from 2 databases
Дата
Msg-id BAY103-F32D4E8A63D5BB8AB36FF97D2600@phx.gbl
обсуждение исходный текст
Ответы Re: Linking Tables from 2 databases  (Richard Broersma Jr <rabroersma@yahoo.com>)
Re: Linking Tables from 2 databases  ("Merlin Moncure" <mmoncure@gmail.com>)
Список pgsql-general
Hello,
 
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
atable_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
applyto 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.

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

Предыдущее
От: "Léo Matos"
Дата:
Сообщение: Alter Sequencie
Следующее
От: Anastasios Hatzis
Дата:
Сообщение: Re: Difference between function and procedure?