Add prefix pg_catalog to pg_get_statisticsobjdef_columns() in describe.c (\dX)

From: Tatsuro Yamada <tatsuro(dot)yamada(dot)tf(at)nttcom(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Subject: Add prefix pg_catalog to pg_get_statisticsobjdef_columns() in describe.c (\dX)
Date: 2021-09-27 00:13:19
Message-ID: 7ad8cd13-db5b-5cf6-8561-dccad1a934cb@nttcom.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)alvh(dot)no-ip(dot)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

Attachment Content-Type Size
add_prefix_pg_catalog.patch text/plain 1.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2021-09-27 00:24:27 Re: typos (and more)
Previous Message Justin Pryzby 2021-09-27 00:08:45 Re: should INSERT SELECT use a BulkInsertState?