- Notifications
You must be signed in to change notification settings - Fork5
Commit5f2bda1
committed
Done:
< o Allow UPDATE/DELETE WHERE CURRENT OF cursor<< This requires using the row ctid to map cursor rows back to the< original heap row. This become more complicated if WITH HOLD cursors< are to be supported because WITH HOLD cursors have a copy of the row< and no FOR UPDATE lock.<http://archives.postgresql.org/pgsql-hackers/2007-01/msg01014.php<> o -Allow UPDATE/DELETE WHERE CURRENT OF cursor1 parent6808f1b commit5f2bda1
2 files changed
+4
-17
lines changedLines changed: 2 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
679 | 679 |
| |
680 | 680 |
| |
681 | 681 |
| |
682 |
| - | |
683 |
| - | |
684 |
| - | |
685 |
| - | |
686 |
| - | |
687 |
| - | |
688 |
| - | |
689 |
| - | |
| 682 | + | |
690 | 683 |
| |
691 | 684 |
| |
692 | 685 |
| |
|
Lines changed: 2 additions & 8 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 |
| |
| |||
606 | 606 |
| |
607 | 607 |
| |
608 | 608 |
| |
609 |
| - | |
610 |
| - | |
611 |
| - | |
612 |
| - | |
613 |
| - | |
614 |
| - | |
615 |
| - | |
| 609 | + | |
616 | 610 |
| |
617 | 611 |
| |
618 | 612 |
| |
|
0 commit comments
Comments
(0)