Re: [GENERAL] Multiple Schemas vs. Multiple Databases - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: [GENERAL] Multiple Schemas vs. Multiple Databases
Date
Msg-id orrblc$5t2$1@blaine.gmane.org
Whole thread Raw
In response to Re: [GENERAL] Multiple Schemas vs. Multiple Databases  (Melvin Davidson <melvin6925@gmail.com>)
List 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 by date:

Previous
From: "Igal @ Lucee.org"
Date:
Subject: Re: [GENERAL] Multiple Schemas vs. Multiple Databases
Next
From: "Igal @ Lucee.org"
Date:
Subject: [GENERAL] Delete Duplicates with Using