pgsql: Properly schema-prefix reference to pg_catalog.pg_get_statistics

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Properly schema-prefix reference to pg_catalog.pg_get_statistics
Date: 2021-09-28 14:25:22
Message-ID: E1mVE2s-0004qn-HS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Properly schema-prefix reference to pg_catalog.pg_get_statisticsobjdef_columns

Author: Tatsuro Yamada
Backpatch-through: 14
Discussion: https://www.postgresql.org/message-id/7ad8cd13-db5b-5cf6-8561-dccad1a934cb@nttcom.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/07f8a9e784236a3baf707c59cf80d0f015594ffc

Modified Files
--------------
src/bin/psql/describe.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2021-09-28 18:16:10 pgsql: doc: adjust attributions in PG 14 release notes
Previous Message Peter Eisentraut 2021-09-28 13:50:16 pgsql: Support amcheck of sequences