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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Correct representation of foreign tables in information schema
Дата
Msg-id E1dhzsZ-0004KO-Ck@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Remove dedicated B-tree root-split record types.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: doc: Add logical replication to comparison matrix