Linking postgres databases

Поиск
Список
Период
Сортировка
От Ken Laws
Тема Linking postgres databases
Дата
Msg-id 71365A62D47FD311B2660090274ECA90182F4A@DEVTAS01
обсуждение исходный текст
Ответы Re: Linking postgres databases  ("Brett W. McCoy" <bmccoy@chapelperilous.net>)
Список pgsql-novice
Is there any way that a query in postgres database, db1, can access data
from a table in a second postgres database, db2. Alternatively, can a view
be created in db1 that is sourced from a table in db2.

Reason: Db2 could be a corporated reference database that is used by all
other corporate systems. Rather than having many copies of reference tables,
it would be nice if there was only one version of such tables.

regards

Ken Laws


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Can't list tables
Следующее
От: Tom Strickland
Дата:
Сообщение: Inheritence-relations problem