Clarification on REVOKE ALL ON FUNCTION – Are there any privileges apart from EXECUTE? - Mailing list pgsql-general

From Ayush Vatsa
Subject Clarification on REVOKE ALL ON FUNCTION – Are there any privileges apart from EXECUTE?
Date
Msg-id CACX+KaOyuhOf6qcA1jj2AMAhwt_ofXHU2nqE31SmJ+-0qVhU1g@mail.gmail.com
Whole thread Raw
Responses Re: Clarification on REVOKE ALL ON FUNCTION – Are there any privileges apart from EXECUTE?
List pgsql-general
Hi Postgres Community,
I had a quick question regarding function-level privileges in PostgreSQL.
We know that REVOKE EXECUTE ON FUNCTION ... removes the ability to call the function. But when we do:
REVOKE ALL ON FUNCTION my_func(args) FROM some_role;

does this revoke anything other than EXECUTE? Are there any other privileges that apply to functions which get revoked via REVOKE ALL?

I looked through the documentation but couldn’t find a definitive answer on whether ALL includes more than just EXECUTE in the context of functions.

Would appreciate any insights or pointers.

---------------
Regards,
Ayush

pgsql-general by date:

Previous
From: Moreno Andreo
Date:
Subject: Logical replication, need to reclaim big disk space
Next
From: Jevon Cowell
Date:
Subject: pg_stat_statements has duplicate entries for the same query & queryId