Add prefix pg_catalog to pg_get_statisticsobjdef_columns() in describe.c (\dX)
Tatsuro Yamada <tatsuro.yamada.tf@nttcom.co.jp>
From: Tatsuro Yamada <tatsuro.yamada.tf@nttcom.co.jp>
To: pgsql-hackers@postgresql.org,
Tomas Vondra <tomas.vondra@enterprisedb.com>,
Justin Pryzby <pryzby@telsasoft.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>
Date: 2021-09-27T00:13:19Z
Lists: pgsql-hackers
Attachments
- add_prefix_pg_catalog.patch (text/plain) patch
Hi,
I found other functions that we should add "pg_catalog" prefix in
describe.c. This fix is similar to the following commit.
=====
commit 359bcf775550aa577c86ea30a6d071487fcca1ed
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: Sat Aug 28 12:04:15 2021 -0400
psql \dX: reference regclass with "pg_catalog." prefix
=====
Please find attached the patch.
Regards,
Tatsuro Yamada
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