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)
commiteeda7f6338095701cfe1ba3da37070508efe019e
treedd4b0d7fa52b8edd88a94ce717456cba291741b3
parentd3adaabaf7d555ec8bb1d83c43f72e79f1bf0b7d
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