pgsql: psql \dX: 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 \dX: reference regclass with "pg_catalog." prefix
Date: 2021-08-28 16:09:51
Message-ID: E1mK0tz-00069L-2F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Déjà vu of commit fc40ba1296a7, for another backslash command.
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 ad600bba0422 and replicated in
a4d75c86bf15; backpatch to 14.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1f092a309eeecd097938bacc201c779574ced3b6

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 20:03:58 pgsql: Keep stats up to date for partitioned tables
Previous Message Alvaro Herrera 2021-08-28 15:48:49 pgsql: psql \dP: reference regclass with "pg_catalog." prefix