Subject | Re: [firebird-support] UDF Syntax |
---|---|
Author | Helen Borrie |
Post date | 2004-09-02T23:17:01Z |
At 09:22 PM 2/09/2004 +0000, you wrote:
What you can do is redeclare the UDF with a different <name> in the DECLARE
EXTERNAL FUNCTION <NAME> clause, alter the dependent SPs to use the new
name, and eventually drop the old declaration when nothing is left that
uses it.
./heLen
>Hi All,There isn't one.
>
>How do I ALTER the declaration of a UDF? I'm not finding the ALTER
>EXTERNAL FUNCTION command in any of my references.
>Do you have toYes.
>DROP the UDF first and then DECLARE it agian?
>Also, can you DROP or ALTER a UDF that has dependencies?No.
What you can do is redeclare the UDF with a different <name> in the DECLARE
EXTERNAL FUNCTION <NAME> clause, alter the dependent SPs to use the new
name, and eventually drop the old declaration when nothing is left that
uses it.
./heLen