Re: Cross database joins feature request

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Cross database joins feature request
Дата
Msg-id 200803031916.m23JG5419002@momjian.us
обсуждение исходный текст
Ответ на Cross database joins feature request  ("Swaminathan Saikumar" <swami@giveexam.com>)
Список pgsql-general
Swaminathan Saikumar wrote:
> Thanks for telling me that Postgres doesn't support cross-database joins.
> I know MS Sql Server does. And one of the companies I worked for used it, to
> sometimes have a secure database with sensitive info behind a firewall join
> queries with a less secure database.
>
> Is this something worth considering adding as a feature to Postgres?

No.  Most people who need this use schemas.  Frankly, if you can do
cross-db queries you are kind of losing the security value.

We do have /contrib/dblink that does cross-db queries.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: [off topic] looking for as/400 advice
Следующее
От: Erik Jones
Дата:
Сообщение: Re: PostgreSQL Array Use