Trino already supports SET AUTHORIZATION fors schemas, tables and views. It is missing for functions so I propose to add it with following syntax: ``` ALTER FUNCTION function_name SET AUTHORIZATION ( user | USER user | ROLE role ) ```