Обсуждение: pgsql: Remove incorrect field from information schema

Поиск
Список
Период
Сортировка

pgsql: Remove incorrect field from information schema

От
Peter Eisentraut
Дата:
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(-)