Update information_schema definition for not-null constraints Now that we have catalogued not-null constraints, our information_schema definition can be updated to grab those rather than fabricate synthetic definitions.
Note that we still don't have catalog rows for not-null constraints on domains, but we've never had not-null constraints listed in information_schema, so that's a problem to be solved separately. Co-authored-by: Peter Eisentraut <[email protected]> Co-authored-by: Álvaro Herrera <[email protected]> Discussion: https://postgr.es/m/[email protected] Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/3af7217942722369a6eb7629e0fb1cbbef889a9b Modified Files -------------- src/backend/catalog/information_schema.sql | 74 +++++++++++------------------- src/include/catalog/catversion.h | 2 +- 2 files changed, 28 insertions(+), 48 deletions(-)
