Re: Oracle vs. PostgreSQL - a comment - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Oracle vs. PostgreSQL - a comment
Date
Msg-id 20200613184733.GF20552@momjian.us
Whole thread Raw
In response to Re: Oracle vs. PostgreSQL - a comment  (Ravi Krishna <sravikrishna@comcast.net>)
List pgsql-general
On Tue, Jun  2, 2020 at 03:45:08PM -0400, Ravi Krishna wrote:
> 
> > 
> > Generally speaking, I discourage having lots of databases under one PG
> > cluster for exactly these kinds of reasons.  PG's individual clusters
> > are relatively lightweight, after all.
> > 
> 
> Plus PG does not directly support cross database queries using 3 part name, something
> sqlserver excels at.

We consider the lack of this ability to be a security benefit. 
Cross-container queries can be done using schemas.

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

  The usefulness of a cup is in its emptiness, Bruce Lee




pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Oracle vs. PostgreSQL - a comment
Next
From: Ron
Date:
Subject: Re: Oracle vs. PostgreSQL - a comment