Re: Additional role attributes && superuser review - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Additional role attributes && superuser review
Date
Msg-id 8154.1426538612@sss.pgh.pa.us
Whole thread Raw
In response to Re: Additional role attributes && superuser review  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Additional role attributes && superuser review  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> ... Lastly, there is the question of pg_cancel_backend and
> pg_terminate_backend.  My thinking on this is to create a new
> 'pg_signal_backend' which admins could grant access to and leave the
> existing functions alone (modulo the change for has_privs_of_role as
> discussed previously).  We'd rename the current 'pg_signal_backend' to
> something else (maybe '_helper'); it's not exposed anywhere and
> therefore renaming it shouldn't cause any heartache.

That seems fairly ugly.  Why would we need a new, duplicative function
here?  (Apologies if the reasoning was spelled out upthread, I've not
been paying much attention.)
        regards, tom lane



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: pg_xlog_replay_resume() considered armed and dangerous
Next
From: Stephen Frost
Date:
Subject: Re: Additional role attributes && superuser review