Revert "Accept relations of any kind in LOCK TABLE".
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Nov 2020 21:17:56 +0000 (16:17 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Nov 2020 21:17:56 +0000 (16:17 -0500)
commit4352c2394a547e5797c512cbaf0d0b7ca824747a
tree244643fae4c9def5ecbcd851ceb589c3011e71c0
parentfa3840c8800f290b8352c5c81714a4439d2e1f46
Revert "Accept relations of any kind in LOCK TABLE".

Revert 59ab4ac32, as well as the followup fix 33862cb9c, in all
branches.  We need to think a bit harder about what the behavior
of LOCK TABLE on views should be, and there's no time for that
before next week's releases.  We'll take another crack at this
later.

Discussion: https://postgr.es/m/16703-e348f58aab3cf6cc@postgresql.org
doc/src/sgml/ref/lock.sgml
src/backend/commands/lockcmds.c
src/test/regress/expected/lock.out
src/test/regress/sql/lock.sql