Re: \dP and \dX use ::regclass without "pg_catalog."
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Tatsuro Yamada <tatsuro.yamada.tf@nttcom.co.jp>, Álvaro Herrera <alvherre@alvh.no-ip.org>, Magnus Hagander <magnus@hagander.net>, pgsql-hackers@lists.postgresql.org, Tomas Vondra <tomas.vondra@enterprisedb.com>, pgsql-hackers@postgresql.org, Alvaro Herrera <alvherre@2ndquadrant.com>
Date: 2022-01-08T07:47:52Z
Lists: pgsql-hackers
On Fri, Jan 07, 2022 at 03:56:20PM -0600, Justin Pryzby wrote: > I'd propose these. Applied and backpatched down to 14. One of the aliases is present in 13~, but I have let that alone. The detection regex posted upthread is kind of cool. -- 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