Re: How I can join between the other database's tables?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How I can join between the other database's tables?
Дата
Msg-id 5303.978019924@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How I can join between the other database's tables?  (Jens Hartwig <jhartwig@debis.com>)
Ответы Re: How I can join between the other database's tables?  (Adam Rossi <adam.rossi@platinumsolutions.com>)
Список pgsql-general
Jens Hartwig <jhartwig@debis.com> writes:
> In fact, I also would be very content if PostgreSQL would be enabled to
> work with different databases (perhaps in some future release?).

I do not think that that's very likely to happen --- at least not in the
foreseeable future.  What is likely to happen for 7.2 is support for
schemas as defined by the SQL92 standard.  Schemas are basically a level
of naming in between databases and individual tables.  By assigning
separate schemas to each user, you could avoid table naming conflicts
between users, but it would still be possible to access a table in
another schema of the same database.

            regards, tom lane

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

Предыдущее
От: Jens Hartwig
Дата:
Сообщение: Re: How I can join between the other database's tables?
Следующее
От: Adam Rossi
Дата:
Сообщение: Re: How I can join between the other database's tables?