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: Peter Smith <smithpb2250@gmail.com>,
Nisha Moond <nisha.moond412@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-05-21T05:53:46Z
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