Re: [HACKERS] Shared tables

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Shared tables
Дата
Msg-id 34E7037D.F441051F@alumni.caltech.edu
обсуждение исходный текст
Ответ на Shared tables  (Brandon Ibach <bibach@infomansol.com>)
Ответы Re: [HACKERS] Shared tables
Список pgsql-hackers
>    Do we have a way, at the moment, supported or otherwise, to "share"
> tables across multiple databases?  For instance, some of the catalogs
> are the same from one database to another, but could I create a new
> table and share it (and possibly some indexes on it) between more than
> one database?

No, that is not directly supported by the backend. You might be able to
do some trickery using soft links...

Also, I've been thinking about what it would take to allow the backend to
connect to another backend as a client. 'Course, I don't know much about
it, but it would be neat to be able to do...

                                                         - Tom


В списке pgsql-hackers по дате отправления:

Предыдущее
От: ocie@paracel.com
Дата:
Сообщение: Re: DB logging (was: Problem with the numbers I reported yesterday)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [QUESTIONS] Trouble creating view\