forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit691d49a
Fix information schema for catalogued not-null constraints
The column check_constraints.check_clause should be like col IS NOT NULLwithout a surrounding CHECK (...).Discussion:https://www.postgresql.org/message-id/09489196-0bc1-e796-c43e-63425f7c5910@eisentraut.org1 parent01a8212 commit691d49a
File tree
2 files changed
+2
-2
lines changed- src
- backend/catalog
- include/catalog
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
| 452 | + | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
0 commit comments
Comments
(0)