Correct representation of foreign tables in information schema
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/information_schema.sgml | modified | +1 −1 |
| src/backend/catalog/information_schema.sql | modified | +1 −1 |