Skip to content

Provide ability to run "ALTER SQL SECURITY DEFINER / INVOKER" without specifying further part of proc/func/package #7744

@pavel-zotov

Description

@pavel-zotov

Currently we can run:

alter trigger sql security <invoker | definer>

-- 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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions