[COMMITTERS] pgsql: Correct representation of foreign tables in information schema - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Correct representation of foreign tables in information schema
Date
Msg-id E1dhzsZ-0004KO-Ck@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Correct representation of foreign tables in information schema

tables.table_type is supposed to be 'FOREIGN' rather than 'FOREIGN
TABLE' according to the SQL standard.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9b5140fb503eb50634cd7e080d41f4d9af41e0a6

Modified Files
--------------
doc/src/sgml/information_schema.sgml       | 2 +-
src/backend/catalog/information_schema.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Remove dedicated B-tree root-split record types.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: doc: Add logical replication to comparison matrix