Home | Previous Page | Next Page   Managing a User-Defined Routine >

Altering a User-Defined Routine

You can use the ALTER FUNCTION, ALTER PROCEDURE, and ALTER ROUTINE statements to change the routine modifiers or pathname of a previously defined UDR. These statements let you modify characteristics that control how the function executes. You can also add or replace related UDRs that provide alternatives for the optimizer, which can improve performance.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]