Re: Multiple Schemas vs. Multiple Databases

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Multiple Schemas vs. Multiple Databases
Date: 2017-10-13 21:36:51
Message-ID: orrblc$5t2$1@blaine.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 more efficient then dblink)

Thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Igal @ Lucee.org 2017-10-14 06:20:15 Delete Duplicates with Using
Previous Message Igal @ Lucee.org 2017-10-13 20:24:46 Re: Multiple Schemas vs. Multiple Databases