Re: [GENERAL] Multiple Schemas vs. Multiple Databases

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: [GENERAL] Multiple Schemas vs. Multiple Databases
Дата
Msg-id orrblc$5t2$1@blaine.gmane.org
обсуждение исходный текст
Ответ на Re: [GENERAL] Multiple Schemas vs. Multiple Databases  (Melvin Davidson <melvin6925@gmail.com>)
Список pgsql-general
Melvin Davidson schrieb am 13.10.2017 um 21:42:
> If that is what you need to do, then definitely use multiple schemas.
> In PostgreSQL, the only way to do cross db queries / DML, is with the
> dblink extension, and from personal use, it is a PIA to use.

dblink is not the only way to do that.

Nowadays, cross-DB queries can quite easily be done using foreign tables (and they are quite efficient as well - much
moreefficient then dblink)
 

Thomas




-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

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

Предыдущее
От: "Igal @ Lucee.org"
Дата:
Сообщение: Re: [GENERAL] Multiple Schemas vs. Multiple Databases
Следующее
От: "Igal @ Lucee.org"
Дата:
Сообщение: [GENERAL] Delete Duplicates with Using