pgsql: Correct representation of foreign tables in information schema

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct representation of foreign tables in information schema
Date: 2017-08-16 15:05:07
Message-ID: E1dhzsZ-0004KO-Ck@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-08-16 15:22:29 Re: [COMMITTERS] pgsql: Simplify plpgsql's check for simple expressions.
Previous Message Tom Lane 2017-08-16 15:03:54 Re: [COMMITTERS] pgsql: Simplify plpgsql's check for simple expressions.