How to implement a "subordinate database"?

Поиск
Список
Период
Сортировка
От Kynn Jones
Тема How to implement a "subordinate database"?
Дата
Msg-id c2350ba40604190319u42e35e05ldbf28cba36e9986a@mail.gmail.com
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: "surabhi.ahuja"
Дата:
Сообщение: code to cancel a running query, worked thread
Следующее
От: "Jonas Henriksen"
Дата:
Сообщение: strange query filter problems