-
-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide ability to run "ALTER SQL SECURITY DEFINER / INVOKER" without specifying further part of proc/func/package #7744
Comments
That doesn't make sense. Those things are all tightly interrelated. Everything after |
But this ticket is about changing of attributes of the object, not the object itself. |
#7427 is about nearly the same. |
As aafemt noted above, SQL SEC is attribute, not the body. PS. |
Sorry, I read it wrong, I thought that just like ALTER SQL SECURITY, you wanted to modify other individual parts. |
PS.
(i.e. not only to change it to some defined value, but make it null) |
Currently we can run:
-- and not specify body of affected trigger.
But it is not so for other kind of PSQL units (SP, functions and package headers).
It will be useful if we have such ability also, i.e. without need to put into ALTER statement the further part of unit being changed (input/output parameters for SP/func; inner functions and procedures for packages).
The text was updated successfully, but these errors were encountered: