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 |
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
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(-)
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 |