Remove incorrect field from information schema
authorPeter Eisentraut
Wed, 16 Aug 2023 11:46:26 +0000 (13:46 +0200)
committerPeter Eisentraut
Wed, 16 Aug 2023 11:46:26 +0000 (13:46 +0200)
commit78806a95095c4fb9230a441925244690d9c07d23
treeeae8baca5c74546e2169c93a97decc66119b883a
parentc9bfa40914be4a0882b904834c2bd32775a50d7b
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.
doc/src/sgml/information_schema.sgml
src/backend/catalog/information_schema.sql
src/include/catalog/catversion.h