forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit275e719
committed
Reword text on ROW SHARE lock as acquired by SELECT FOR <lock>
It was missing lock levels FOR KEY SHARE and FOR NO KEY EXCLUSIVE; butalso SELECT FOR UPDATE is not a command separate from SELECT, as theoriginal text implied. It is clearer to state that FOR <lock strength>is an option of regular SELECT.Per suggestion from Joey Bodoia <jbodoia21@cmc.edu>Reviewed-by: Joey Bodoia <jbodoia21@cmc.edu> (offlist)Reviewed-by: Erikjan Rijkers <er@xs4all.nl>Discussion:https://postgr.es/m/164908765512.682.17348032020747341013@wrigleys.postgresql.org1 parent5bb2b6a commit275e719
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
932 | 932 |
| |
933 | 933 |
| |
934 | 934 |
| |
935 |
| - | |
936 |
| - | |
937 |
| - | |
938 |
| - | |
939 |
| - | |
940 |
| - | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
941 | 943 |
| |
942 | 944 |
| |
943 | 945 |
| |
|
0 commit comments
Comments
(0)