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

From: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
To: Nisha Moond <nisha(dot)moond412(at)gmail(dot)com>, Peter Smith <smithpb2250(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-20 07:30:48
Message-ID: 6071d0a2-a02d-4fb8-bdec-1991411d4a9d@uni-muenster.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Nisha

On 20/05/2026 09:09, Nisha Moond wrote:
> For the describePublications (\dRp+) case, should we add an (sversion
>> = 150000) guard around the new change, since it accesses
> pg_publication_namespace, which is only available in PG15 and above?
> Thoughts?

I considered that in my first review, but since PG14 will be EOL'd by
the time PG20 is shipped, I thought it wouldn't be necessary.

Thanks!

Best, Jim

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-05-20 07:53:38 Re: Fix pg_stat_wal_receiver to show CONNECTING status
Previous Message Chao Li 2026-05-20 07:21:08 Set notice receiver before libpq connection startup