pgsql: Remove incorrect field from information schema

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove incorrect field from information schema
Дата
Msg-id E1qWF0h-000PxN-0s@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove incorrect field from information schema

The source code comment already said that the presence of the field
element_types.domain_default might be a bug in the standard, since it
never made sense there.  Indeed, the field is gone in newer versions
of the standard.  So just remove it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/78806a95095c4fb9230a441925244690d9c07d23

Modified Files
--------------
doc/src/sgml/information_schema.sgml       | 9 ---------
src/backend/catalog/information_schema.sql | 2 --
src/include/catalog/catversion.h           | 2 +-
3 files changed, 1 insertion(+), 12 deletions(-)


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

Предыдущее
От: John Naylor
Дата:
Сообщение: pgsql: Split out tiebreaker comparisons from comparetup_* functions
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Improved CREATE SUBSCRIPTION message for clarity