sharing tables between databases

From: mikeo <mikeo(at)spectrumtelecorp(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: sharing tables between databases
Date: 2000-01-19 21:48:33
Message-ID: 3.0.1.32.20000119164833.0091c7b0@pop.spectrumtelecorp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi,
we're attempting to parallel postgres with our oracle database
as part of a decision on whether or not to also use postgres as
a database. one of the things that can be done in oracle is the
ability to see objects owned by another user, a database in postgres
as i understand it. so if i have database 'x' with table 'x1' and database
'y' with table 'y1' is there a way for 'x.x1' to be seen by 'y'?

TIA,
mikeo

Browse pgsql-general by date

  From Date Subject
Next Message Sarah Officer 2000-01-19 22:00:25 Creating Triggers
Previous Message Martin Neumann 2000-01-19 20:20:19 Unsigned Datatypes