Re: Oracle vs. PostgreSQL - a comment

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Ravi Krishna <sravikrishna(at)comcast(dot)net>
Cc: Ron <ronljohnsonjr(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Oracle vs. PostgreSQL - a comment
Date: 2020-06-02 20:30:04
Message-ID: 20200602203004.GA6680@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings,

* Ravi Krishna (sravikrishna(at)comcast(dot)net) 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.

Eh, that's something that I think we should be looking at supporting, by
using FDWs, but I haven't tried to figure out how hard it'd be.

Thanks,

Stephen

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bernhard Beroun 2020-06-02 20:37:33 Re: Vanishing unique constraint
Previous Message Guyren Howe 2020-06-02 20:01:00 Re: Oracle vs. PostgreSQL - a comment