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

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 9a33ed8fa10354bdb3f12d87ccd9f387bec338d1
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2021-08-28T15:45:47Z
Releases: 13.5
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

Files

PathChange+/−
src/bin/psql/describe.c modified +2 −2

Discussion