How to implement a "subordinate database"? - Mailing list pgsql-general

From Kynn Jones
Subject How to implement a "subordinate database"?
Date
Msg-id c2350ba40604190319u42e35e05ldbf28cba36e9986a@mail.gmail.com
Whole thread Raw
Responses Re: How to implement a "subordinate database"?  ("chris smith" <dmagick@gmail.com>)
Re: How to implement a "subordinate database"?  (Bruno Wolff III <bruno@wolff.to>)
List 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
 

pgsql-general by date:

Previous
From: "surabhi.ahuja"
Date:
Subject: code to cancel a running query, worked thread
Next
From: "Jonas Henriksen"
Date:
Subject: strange query filter problems