Correct representation of foreign tables in information schema

Peter Eisentraut <peter_e@gmx.net>

Commit: 9b5140fb503eb50634cd7e080d41f4d9af41e0a6
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-08-16T15:03:33Z
Releases: 11.0
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.

Files

Documentation touched