pgsql: Remove incorrect field from information schema

Lists: pgsql-committers
From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove incorrect field from information schema
Date: 2023-08-16 11:48:23
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: 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(-)