Re: When and where to check for function permissions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: When and where to check for function permissions
Date
Msg-id 1250.1013639390@sss.pgh.pa.us
Whole thread Raw
In response to When and where to check for function permissions  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
"Rod Taylor" <rbt@zort.ca> writes:
> I'd expect the revoke statement to be blocked by
> the locks on those rows.

We could do it that way, but it doesn't seem like a really good idea to
me --- in essence you'd be allowing a denial-of-service attack, no?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Ian Barwick
Date:
Subject: Re: NAMEDATALEN Changes
Next
From: "Rod Taylor"
Date:
Subject: Re: When and where to check for function permissions