Re: When and where to check for function permissions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rod Taylor" <rbt(at)zort(dot)ca>
Cc: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, "PostgreSQL Development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: When and where to check for function permissions
Date: 2002-02-13 22:29:50
Message-ID: 1250.1013639390@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Rod Taylor" <rbt(at)zort(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2002-02-13 22:34:05 Re: When and where to check for function permissions
Previous Message Ian Barwick 2002-02-13 22:27:08 Re: NAMEDATALEN Changes