Re: SELECT from a table in another database

Поиск
Список
Период
Сортировка
От Nils Zonneveld
Тема Re: SELECT from a table in another database
Дата
Msg-id 3B01ACE4.2A47F2C6@mbit.nl
обсуждение исходный текст
Ответ на SELECT from a table in another database  ("Trygve Falch" <trf@ssb.no>)
Список pgsql-general

Trygve Falch wrote:
>
> "Nils Zonneveld" <nils@mbit.nl> wrote in message
> news:3B015964.AF072405@mbit.nl...
>
> > AFAIK cross database joins are not possible in PostgreSQL.
>
> Hi! Thanks for the answer.
>
> Actually I think I found 'Allow queries across multiple databases' in the
> TODO-list under something they call 'Exotic feature'. I thought that this
> feature was relativly basic and standard-feature in most DB's.
>
> Maybe I am exotic to need it. *sob*

I don't know what you are using those database for, but nothing prevents
you from letting your clients connect to the different databases the
same time.

I use for instance a MS Access front end (yes, I know but clients
request etc.) to connect to different ODDBC sources and t works just fine.

Another solution is of course to integrate the tables that you need in
your joins in one database.

HTH,

Nils

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

Предыдущее
От: bscinc2000@yahoo.comNOSPAM (Al Frick)
Дата:
Сообщение: Which OS to Use for Postgresql
Следующее
От: "Trygve Falch"
Дата:
Сообщение: Re: SELECT from a table in another database