psql \dP: reference regclass with "pg_catalog." prefix
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 28 Aug 2021 15:45:47 +0000 (11:45 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 28 Aug 2021 15:45:47 +0000 (11:45 -0400)
commitfc40ba1296a7d4aee7bd975be9925c74c8073dfe
tree6fa572223adddba33caaeacf87d2dc5dbb4ac395
parent97ddda8a82ac470ae581d0eb485b6577707678bc
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@telsasoft.com>
Discussion: https://postgr.es/m/20210827193151.GN26465@telsasoft.com
src/bin/psql/describe.c