Linking Tables from 2 databases - Mailing list pgsql-general

From Pratik Shukla
Subject Linking Tables from 2 databases
Date
Msg-id BAY103-F32D4E8A63D5BB8AB36FF97D2600@phx.gbl
Whole thread Raw
Responses Re: Linking Tables from 2 databases  (Richard Broersma Jr <rabroersma@yahoo.com>)
Re: Linking Tables from 2 databases  ("Merlin Moncure" <mmoncure@gmail.com>)
List 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 by date:

Previous
From: "Léo Matos"
Date:
Subject: Alter Sequencie
Next
From: Anastasios Hatzis
Date:
Subject: Re: Difference between function and procedure?