forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita0a5e0f
committed
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 parent9d17e5f commita0a5e0f
File tree
2 files changed
+2
-2
lines changed- src
- backend/catalog
- include/catalog
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
449 | 449 |
| |
450 | 450 |
| |
451 | 451 |
| |
452 |
| - | |
| 452 | + | |
453 | 453 |
| |
454 | 454 |
| |
455 | 455 |
| |
|
Lines changed: 1 addition & 1 deletion
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)