pgsql: Remove incorrect field from information schema

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: E1qWF0h-000PxN-0s@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-08-16 13:49:25 pgsql: Improved CREATE SUBSCRIPTION message for clarity
Previous Message John Naylor 2023-08-16 10:17:35 pgsql: Split out tiebreaker comparisons from comparetup_* functions