Joe Conway wrote:
> I noticed today that has_language_privilege() returns incorrect answer
> for non-superuser, e.g.:
> 
> 8<---------------------------------------------------
> select has_language_privilege('nobody',
>                               'plperlu',
>                               'usage');
>  has_language_privilege
> ------------------------
>  t
> (1 row)

Funnily enough, this is still the case in 9.6, four years later.  Have
we made any inroads in fixing this?

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to