forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit33862cb
committed
Doc: undo mistaken adjustment to LOCK TABLE docs in back branches.
Commits59ab4ac et al mistakenly copied-and-pasted some text abouthow LOCK on a view recurses to referenced tables into pre-v11 branches,which in fact don't do that. Undo that, and instead state clearlythat they don't. (I also chose to add a note that this behaviorchanged in v11. We usually don't back-patch such statements, butsince it's easy to add the warning now, might as well.)Noted while considering followup fixes for bug #16703.Discussion:https://postgr.es/m/16703-e348f58aab3cf6cc@postgresql.org1 parent9d878d7 commit33862cb
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 |
| - | |
121 |
| - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
122 | 127 |
| |
123 | 128 |
| |
124 | 129 |
| |
|
0 commit comments
Comments
(0)