Remove incorrect field from information schema
Peter Eisentraut <peter@eisentraut.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/information_schema.sgml | modified | +0 −9 |
| src/backend/catalog/information_schema.sql | modified | +0 −2 |
| src/include/catalog/catversion.h | modified | +1 −1 |