forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit11fbdf2
committed
Update inheritance constraint items:
< o %Prevent child tables from altering or dropping constraints< like CHECK that were inherited from the parent table< like CHECK that are inherited by child tables<< Dropping constraints should only be possible with CASCADE.<> like CHECK that are inherited by child tables unless CASCADE> is used> o %Prevent child tables from altering or dropping constraints> like CHECK that were inherited from the parent table1 parenta34fd95 commit11fbdf2
2 files changed
+10
-13
lines changedLines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
502 |
| - | |
503 |
| - | |
504 | 502 |
| |
505 |
| - | |
506 |
| - | |
507 |
| - | |
508 |
| - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
509 | 507 |
| |
510 | 508 |
| |
511 | 509 |
| |
|
Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
458 | 458 |
| |
459 | 459 |
| |
460 | 460 |
| |
461 |
| - | |
462 |
| - | |
463 | 461 |
| |
464 |
| - | |
465 |
| - | |
466 |
| - | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
467 | 466 |
| |
468 | 467 |
| |
469 | 468 |
| |
|
0 commit comments
Comments
(0)