forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit22bb692
committed
Move to referential integrity section:
> o Allow DEFERRABLE and end-of-statement UNIQUE constraints?>> This would allow UPDATE tab SET col = col + 1 to work if col has> a unique index. Currently, uniqueness checks are done while the> command is being executed, rather than at the end of the statement> or transaction.><< * Allow DEFERRABLE and end-of-statement UNIQUE constraints?<< This would allow UPDATE tab SET col = col + 1 to work if col has< a unique index. Currently, uniqueness checks are done while the< command is being executed, rather than at the end of the statement< or transaction.1 parent7922227 commit22bb692
2 files changed
+15
-15
lines changedLines changed: 8 additions & 8 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 |
| |
| |||
683 | 683 |
| |
684 | 684 |
| |
685 | 685 |
| |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
686 | 693 |
| |
687 | 694 |
| |
688 | 695 |
| |
| |||
873 | 880 |
| |
874 | 881 |
| |
875 | 882 |
| |
876 |
| - | |
877 |
| - | |
878 |
| - | |
879 |
| - | |
880 |
| - | |
881 |
| - | |
882 |
| - | |
883 | 883 |
| |
884 | 884 |
| |
885 | 885 |
| |
|
Lines changed: 7 additions & 7 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 |
| |
| |||
618 | 618 |
| |
619 | 619 |
| |
620 | 620 |
| |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
621 | 627 |
| |
622 | 628 |
| |
623 | 629 |
| |
| |||
793 | 799 |
| |
794 | 800 |
| |
795 | 801 |
| |
796 |
| - | |
797 |
| - | |
798 |
| - | |
799 |
| - | |
800 |
| - | |
801 |
| - | |
802 | 802 |
| |
803 | 803 |
| |
804 | 804 |
| |
|
0 commit comments
Comments
(0)