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

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Thom Brown <thom(at)linux(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: sepgsql: Support for new post-ALTER access hook.
Date: 2013-03-27 12:58:02
Message-ID: CA+TgmobZLuDegQH82M0OV2seiR9Z-m0xkekjDAQ-QqONfbME5g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Wed, Mar 27, 2013 at 8:44 AM, Thom Brown <thom(at)linux(dot)com> wrote:
> 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."

What do you suggest? I thought about changing the wording but the new
wording is parallel to what's already in that paragraph, so likely the
whole thing needs to be rewritten if we change any of it. That seemed
beyond the scope of this commit, but I'm happy to have us do it.

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

AFAIK, there's nothing that would change capitalization automatically
in our doc toolchain. Possibly LEAKPROOF should be capitalized but
the rest look right. setattr, etc. should not be capitalized, at
least according to my limited understanding of how SELinux
capitalization conventions work.

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

In the interest of avoiding a proliferation of tiny commits, I'll hold
off on fixing this until we figure out what to do about the rest of
it.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2013-03-27 12:59:26 Re: [COMMITTERS] pgsql: Allow external recovery_config_directory
Previous Message Thom Brown 2013-03-27 12:44:31 Re: pgsql: sepgsql: Support for new post-ALTER access hook.

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2013-03-27 12:59:26 Re: [COMMITTERS] pgsql: Allow external recovery_config_directory
Previous Message Robert Haas 2013-03-27 12:50:16 Re: [PATCH] avoid buffer underflow in errfinish()