]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: undo mistaken adjustment to LOCK TABLE docs in back branches.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Nov 2020 17:14:46 +0000 (12:14 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Nov 2020 17:14:46 +0000 (12:14 -0500)
commit583fcf2f57594cc73fe537b2bf18cfbc6b13336f
tree2ef54a151554ea07039ff1cd79f63957361ca50c
parent04c4b495b1c93c40bc989c450ca8fb5bea965e27
Doc: undo mistaken adjustment to LOCK TABLE docs in back branches.

Commits 59ab4ac32 et al mistakenly copied-and-pasted some text about
how LOCK on a view recurses to referenced tables into pre-v11 branches,
which in fact don't do that.  Undo that, and instead state clearly
that they don't.  (I also chose to add a note that this behavior
changed in v11.  We usually don't back-patch such statements, but
since 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.org
doc/src/sgml/ref/lock.sgml