Re: \dP and \dX use ::regclass without "pg_catalog."
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tatsuro Yamada <tatsuro.yamada.tf@nttcom.co.jp>
Cc: Justin Pryzby <pryzby@telsasoft.com>, Álvaro Herrera <alvherre@alvh.no-ip.org>, Magnus Hagander <magnus@hagander.net>, pgsql-hackers@lists.postgresql.org, Tomas Vondra <tomas.vondra@enterprisedb.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>, Alvaro Herrera <alvherre@2ndquadrant.com>
Date: 2022-01-07T11:08:57Z
Lists: pgsql-hackers
On Fri, Jan 07, 2022 at 06:30:30PM +0900, Tatsuro Yamada wrote: > We should prefix them with pg_catalog as well. > Are you planning to make a patch? > If not, I'll make a patch later since that's where \dX is. If any of you can make a patch, that would be great. Thanks! -- Michael
Commits
-
Fix issues with describe queries of extended statistics in psql
- f5bea8360691 14.2 landed
- fe594abf7c22 15.0 landed
-
Properly schema-prefix reference to pg_catalog.pg_get_statisticsobjdef_columns
- febbb2f52c99 14.1 landed
- 07f8a9e78423 15.0 landed
-
psql \dX: reference regclass with "pg_catalog." prefix
- 359bcf775550 14.0 cited