Subject Re: [firebird-support] ALTER PROCEDURE, RECREATE PROCEDURE or CREATE OR ALTER PROCEDURE
Author Lucas Franzen
Robert schrieb:
> I read in the Release Notes of FB version 1.5 the new commands RECREATE
> PROCEDURE and CREATE OR ALTER PROCEDURE. What is the difference with the
> already existing command ALTER PROCEDURE?
>
> Seems to do the same thing regarding to exitsing procedures.

It will do an ALTER PROCEDURE if the procedure exits,
it will do a CREATE PROCEDURE if it doesn't.

I think the docs are pretty clear about that.

Luc.