1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Previous patch backed out.

Here is a patch against CVS (without my earlier patch)
to disallow

LOCK x

if x is a view.

It does not use the SPI interface.

--
Mark Hollomon
This commit is contained in:
Bruce Momjian
2000-09-12 04:33:18 +00:00
parent 7361e91ab7
commit 1da2feea83
2 changed files with 64 additions and 25 deletions

View File

@ -35,7 +35,7 @@ VIEWS
* Views containing aggregates sometimes fail(Jan)
* Creating view and inheriting the view causes view* to show
duplicates(inherit)
* Disallow LOCK on view
* -Disallow LOCK on view(Mark Hollomon)
MISC