remove a procedure NAME DROP_PROCEDURE - remove a procedure SYNOPSIS DROP PROCEDURE [ IF EXISTS ] name [ ( [ [ argmode ] [ argna......AGGREGATE ( DROP_AGGREGATE (7)), DROP FUNCTION ( DROP_FUNCTION (7)), and DROP PROCEDURE ( DROP_PROCEDURE (7)) for the description of the parameters, more examples, and further d…...( CREATE_FUNCTION (7)). SEE ALSO ALTER PROCEDURE ( ALTER_PROCEDURE (7)), DROP PROCEDURE ( DROP_PROCEDURE (7)), CALL (7), CREATE FUNCTION ( CREATE_FUNCTION (7))change the definition of an extension NAME ALTER_EXTENSION - change the definition of an extension SYNOPSIS ALTER EXTENSION name UPDATE [ TO new_version ] ALTER EXTENSION name SET …...of the procedure's arguments (optionally schema-qualified), if any. See DROP PROCEDURE ( DROP_PROCEDURE (7)) for the details of how the procedure is looked up using the argument…change the definition of a routine NAME ALTER_ROUTINE - change the definition of a routine SYNOPSIS ALTER ROUTINE name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] action [ …define a new event trigger NAME CREATE_EVENT_TRIGGER - define a new event trigger SYNOPSIS CREATE EVENT TRIGGER name ON event [ WHEN filter_variable IN ( filter_value [, ... ]) [ A…...E FUNCTION ( CREATE_FUNCTION (7)), ALTER FUNCTION ( ALTER_FUNCTION (7)), DROP PROCEDURE ( DROP_PROCEDURE (7)), DROP ROUTINE ( DROP_ROUTINE (7))define a new operator NAME CREATE_OPERATOR - define a new operator SYNOPSIS CREATE OPERATOR name ( {FUNCTION|PROCEDURE} = function_name [, LEFTARG = left_type ] [, RIGHTARG = right…define or change a security label applied to an object NAME SECURITY_LABEL - define or change a security label applied to an object SYNOPSIS SECURITY LABEL [ FOR provider ] ON { TA…define access privileges NAME GRANT - define access privileges SYNOPSIS GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER | MAINTAIN } [, ...] | ALL [ P…change the definition of a function NAME ALTER_FUNCTION - change the definition of a function SYNOPSIS ALTER FUNCTION name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] actio…define or change the comment of an object NAME COMMENT - define or change the comment of an object SYNOPSIS COMMENT ON { ACCESS METHOD object_name | AGGREGATE aggregate_name ( aggr…define a new trigger NAME CREATE_TRIGGER - define a new trigger SYNOPSIS CREATE [ OR REPLACE ] [ CONSTRAINT ] TRIGGER name { BEFORE | AFTER | INSTEAD OF } { event [ OR ... ] } ON t…define a new procedural language NAME CREATE_LANGUAGE - define a new procedural language SYNOPSIS CREATE [ OR REPLACE ] [ TRUSTED ] [ PROCEDURAL ] LANGUAGE name HANDLER call_handle…define default access privileges NAME ALTER_DEFAULT_PRIVILEGES - define default access privileges SYNOPSIS ALTER DEFAULT PRIVILEGES [ FOR { ROLE | USER } target_role [, ...] ] [ IN…define a new function NAME CREATE_FUNCTION - define a new function SYNOPSIS CREATE [ OR REPLACE ] FUNCTION name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } default_expr ]…invoke a procedure NAME CALL - invoke a procedure SYNOPSIS CALL name ( [ argument ] [, ...] ) DESCRIPTION CALL executes a procedure. If the procedure has any output parameters, the…remove an operator class NAME DROP_OPERATOR_CLASS - remove an operator class SYNOPSIS DROP OPERATOR CLASS [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ] DESCRIPTION D…remove an index NAME DROP_INDEX - remove an index SYNOPSIS DROP INDEX [ CONCURRENTLY ] [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] DESCRIPTION DROP INDEX drops an existing in…