Re: pgsql: sepgsql: Support for new post-ALTER access hook.

From: Thom Brown <thom(at)linux(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: sepgsql: Support for new post-ALTER access hook.
Date: 2013-03-27 12:44:31
Message-ID: CAA-aLv7eLWyRc_yZocNEa1hxMg0yXA7U4JnF0ob4=AyFJvn9cA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 27 March 2013 12:33, Robert Haas <rhaas(at)postgresql(dot)org> wrote:
> sepgsql: Support for new post-ALTER access hook.

I notice that due to commit bc5334d8 I can't actually build the docs
at the moment.

But I think the language here definitely needs improving:

"On CREATE FUNCTION, install permission will be checked if leakproof
attribute was given, not only create on the new function. This
permission will be also checked when user tries to turn on leakproof
attribute using ALTER FUNCTION command, with setattr permission on the
function being altered."

And are the literals there capitalised when rendered? If not, could I
suggest they be capitalised in the SGML?

also:

s/for each object types/for each object type/

--
Thom

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-03-27 12:58:02 Re: [COMMITTERS] pgsql: sepgsql: Support for new post-ALTER access hook.
Previous Message Robert Haas 2013-03-27 12:33:16 pgsql: sepgsql: Support for new post-ALTER access hook.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2013-03-27 12:45:51 Re: [PATCH] avoid buffer underflow in errfinish()
Previous Message Robert Haas 2013-03-27 12:41:18 Re: [sepgsql 1/3] add name qualified creation label