]> granicus.if.org Git - postgresql/commit
Allow to lock views.
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 30 Mar 2018 00:18:02 +0000 (09:18 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 30 Mar 2018 00:18:02 +0000 (09:18 +0900)
commit34c20de4d0b0ea8f96d0c518724d876c7b984cf5
tree1d222f2d4e3a9de6059f427cb74c817c5c9e9858
parentfb604780114cea6a83f3f6a60e7f51a7185c932b
Allow to lock views.

Now all tables used in view definitions can be recursively locked by a
LOCK command.

Author: Yugo Nagata
Reviewed by Robert Haas, Thomas Munro and me.

Discussion: https://postgr.es/m/20171011183629.eb2817b3.nagata%40sraoss.co.jp
doc/src/sgml/ref/lock.sgml
src/backend/commands/lockcmds.c
src/test/regress/expected/lock.out
src/test/regress/sql/lock.sql