You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already support changing the function definition with CREATE OR REPLACE FUNCTION, which is the same as how you replace a view definition. However, as with views, supporting ALTER ... SET AUTHORIZATION makes sense.
Trino already supports ALTER SCHEMA and ALTER TABLE, however ALTER FUNCTION is missing.
It should be possible to modify function's body and/or returned type and set function owner.
Proposed syntax for body/return value modification:
For setting authorization:
The text was updated successfully, but these errors were encountered: