disallow LOCK on a view - the Tom Lane remix

From: Mark Hollomon <mhh(at)mindspring(dot)com>
To: pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: disallow LOCK on a view - the Tom Lane remix
Date: 2000-08-29 19:16:12
Message-ID: 20000829151612.A25366@mindspring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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
mhh(at)mindspring(dot)com

Attachment Content-Type Size
lock.patch text/plain 4.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martin A. Marques 2000-08-29 21:14:22 new in list
Previous Message Alfred Perlstein 2000-08-29 18:46:59 Re: [HACKERS] disallow LOCK on a view - the Tom Lane remix

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2000-08-29 22:38:27 Re: when does CREATE VIEW not create a view?
Previous Message Alfred Perlstein 2000-08-29 18:46:59 Re: [HACKERS] disallow LOCK on a view - the Tom Lane remix