diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-08-16 13:46:26 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-08-16 13:46:26 +0200 |
commit | 78806a95095c4fb9230a441925244690d9c07d23 (patch) | |
tree | eae8baca5c74546e2169c93a97decc66119b883a /doc/src | |
parent | c9bfa40914be4a0882b904834c2bd32775a50d7b (diff) | |
download | postgresql-78806a95095c4fb9230a441925244690d9c07d23.tar.gz postgresql-78806a95095c4fb9230a441925244690d9c07d23.zip |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ -3136,15 +3136,6 @@ ORDER BY c.ordinal_position; <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>domain_default</structfield> <type>character_data</type> - </para> - <para> - Not yet implemented - </para></entry> - </row> - - <row> - <entry role="catalog_table_entry"><para role="column_definition"> <structfield>udt_catalog</structfield> <type>sql_identifier</type> </para> <para> |