Remove incorrect field from information schema

Peter Eisentraut <peter@eisentraut.org>

Commit: 78806a95095c4fb9230a441925244690d9c07d23
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-08-16T11:46:26Z
Releases: 17.0
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

Documentation touched