Re: PSQL - prevent describe listing tables that are already in listed schemas

From: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
To: Peter Smith <smithpb2250(at)gmail(dot)com>, Nisha Moond <nisha(dot)moond412(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PSQL - prevent describe listing tables that are already in listed schemas
Date: 2026-05-21 05:53:46
Message-ID: ead0d33c-a0e5-4977-9268-afb1752c32c2@uni-muenster.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 21/05/2026 01:34, Peter Smith wrote:
> I think Nisha was correct about adding a PG15 version check. It was an
> accidental omission in my first patch. Even if PG14 is EOL-ed by the
> time this change is released, it is trivial to keep the psql \dRp+
> command behaving as-is rather than crashing due to an internal SQL
> error. So, I prefer to err on the side of caution and add the version
> check for now; a committer can remove it if they deem it unnecessary.

In that case, I have no further comments on this patch and will mark the
CF entry as "Ready for Committer"

Thanks!

Best, Jim

In response to

Browse pgsql-hackers by date

  From Date Subject
Previous Message Peter Smith 2026-05-21 05:51:02 Re: Proposal: Conflict log history table for Logical Replication