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

Jim Jones <jim.jones@uni-muenster.de>

From: Jim Jones <jim.jones@uni-muenster.de>
To: Nisha Moond <nisha.moond412@gmail.com>, Peter Smith <smithpb2250@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-05-20T07:30:48Z
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