How to implement a "subordinate database"?

From: "Kynn Jones" <kynnjo(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: How to implement a "subordinate database"?
Date: 2006-04-19 10:19:50
Message-ID: c2350ba40604190319u42e35e05ldbf28cba36e9986a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I keep bumping against this situation: I have a main database A, and I want
to implement a database B, that is distinct from A, but subordinate to it,
meaning that it refers to data in A, but not vice versa.

I don't simply want to add new tables to A to implement B, because this
unnecessarily clutters A's schema with tables that entirely extraneous to
it.

Is there some other way?

Thanks!

kj

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jonas Henriksen 2006-04-19 11:27:45 strange query filter problems
Previous Message surabhi.ahuja 2006-04-19 09:39:07 code to cancel a running query, worked thread