Re: Suggestion for Easier Cross-Database Query Handling in PostgreSQL

From: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Suggestion for Easier Cross-Database Query Handling in PostgreSQL
Date: 2026-05-15 23:57:45
Message-ID: CANzqJaDqtavaNgnwNHHqa-HJcMhBhhKDk75UxnuyPXp4gnHKdA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, May 15, 2026 at 7:22 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Ron Johnson <ronljohnsonjr(at)gmail(dot)com> writes:
> > Why doesn't the shared OID space make cross-database queries possible?
>
> OIDs are not guaranteed unique across databases.

Ah.

> But totally independently of implementation considerations, it's not
> apparent to me that this would be a good idea. As Frank mentioned,
> Postgres has always treated databases as isolation boundaries.
> Changing that would probably break a lot of peoples' installation
> designs.
>

Even now, roles need privilege to access databases.

--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Isaac Morland 2026-05-16 02:15:25 Re: Suggestion for Easier Cross-Database Query Handling in PostgreSQL
Previous Message Tom Lane 2026-05-15 23:22:58 Re: Suggestion for Easier Cross-Database Query Handling in PostgreSQL