Обсуждение: [COMMITTERS] pgsql: Correct representation of foreign tables in information schema

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Correct representation of foreign tables in information schema

От
Peter Eisentraut
Дата:
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(-)