Linking postgres databases - Mailing list pgsql-novice

From Ken Laws
Subject Linking postgres databases
Date
Msg-id 71365A62D47FD311B2660090274ECA90182F4A@DEVTAS01
Whole thread Raw
Responses Re: Linking postgres databases  ("Brett W. McCoy" <bmccoy@chapelperilous.net>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Can't list tables
Next
From: Tom Strickland
Date:
Subject: Inheritence-relations problem