pgsql: psql \dP: reference regclass with "pg_catalog." prefix

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql \dP: reference regclass with "pg_catalog." prefix
Date: 2021-08-28 15:48:49
Message-ID: E1mK0Zd-000612-52@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql \dP: reference regclass with "pg_catalog." prefix

Strictly speaking this isn't a bug, but since all references to catalog
objects are schema-qualified, we might as well be consistent. The
omission first appeared in commit 1c5d9270e339, so backpatch to 12.

Author: Justin Pryzby <pryzbyj(at)telsasoft(dot)com>
Discussion: https://postgr.es/m/20210827193151.GN26465@telsasoft.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/300a79fc92802fb8347900f9df0e8e224eafedca

Modified Files
--------------
src/bin/psql/describe.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-08-28 16:09:51 pgsql: psql \dX: reference regclass with "pg_catalog." prefix
Previous Message Noah Misch 2021-08-28 06:51:55 pgsql: Fix data loss in wal_level=minimal crash recovery of CREATE TABL