From 78806a95095c4fb9230a441925244690d9c07d23 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 16 Aug 2023 13:46:26 +0200 Subject: 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 | 9 --------- 1 file changed, 9 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 350c75bc31e..d57a1323409 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -3134,15 +3134,6 @@ ORDER BY c.ordinal_position; - - - domain_default character_data - - - Not yet implemented - - - udt_catalog sql_identifier -- cgit v1.2.3