Fix information schema for catalogued not-null constraints
Peter Eisentraut <peter@eisentraut.org>
Fix information schema for catalogued not-null constraints
The column check_constraints.check_clause should be like
col IS NOT NULL
without a surrounding CHECK (...).
Discussion: https://www.postgresql.org/message-id/09489196-0bc1-e796-c43e-63425f7c5910@eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/information_schema.sql | modified | +1 −1 |
| src/include/catalog/catversion.h | modified | +1 −1 |
Discussion
- information_schema and not-null constraints 9 messages · 2023-09-04 → 2023-09-22