Re: Discerning when functions had execute revoked from public - Mailing list pgsql-general

From Tom Lane
Subject Re: Discerning when functions had execute revoked from public
Date
Msg-id 5275.1357689426@sss.pgh.pa.us
Whole thread Raw
In response to Discerning when functions had execute revoked from public  (Todd Kover <kovert@omniscient.com>)
List pgsql-general
Todd Kover <kovert@omniscient.com> writes:
> This revocation from public happens in our environment.  Trouble is, I
> can not find where an indiciation that execute has been revoked from
> public in pg_catalog.pg_proc (or any other table for that matter).  Is
> there a way to find this somewhere in the catalog?

pg_proc.proacl is what to look at.  If that is NULL then it means the
function has default privileges (viz, public execute).  If it's not NULL
then the function has whatever privileges it says.

            regards, tom lane


pgsql-general by date:

Previous
From: Steve Crawford
Date:
Subject: Re: query by partial timestamp
Next
From: Gavan Schneider
Date:
Subject: Re: query by partial timestamp