mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
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.
This commit is contained in:
@ -5456,7 +5456,7 @@ ORDER BY c.ordinal_position;
|
||||
<entry>
|
||||
Type of the table: <literal>BASE TABLE</literal> for a
|
||||
persistent base table (the normal table type),
|
||||
<literal>VIEW</literal> for a view, <literal>FOREIGN TABLE</literal>
|
||||
<literal>VIEW</literal> for a view, <literal>FOREIGN</literal>
|
||||
for a foreign table, or
|
||||
<literal>LOCAL TEMPORARY</literal> for a temporary table
|
||||
</entry>
|
||||
|
Reference in New Issue
Block a user