psql \dX: reference regclass with "pg_catalog." prefix
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 28 Aug 2021 16:04:15 +0000 (12:04 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 28 Aug 2021 16:04:15 +0000 (12:04 -0400)
commit1f092a309eeecd097938bacc201c779574ced3b6
tree4bde7d84b4f84370c249f444e9c0e2048c839625
parentfc40ba1296a7d4aee7bd975be9925c74c8073dfe
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@telsasoft.com>
Discussion: https://postgr.es/m/20210827193151.GN26465@telsasoft.com
src/bin/psql/describe.c