Hi all!
May I use function with parameters with triggers?
When I try it I have error: "Can't find function ..".
Is it normal?
Postre can't find my function. Why?
create function mytest(text) returns opaque as '
declare
parma1 like as $1;
begin
return NEW;
end;
' languag
Matt Friedman wrote:
>
> I have it and have found it very useful.
I think charachter about Functions and Triggers too small.
Server-side functions are very impotant for check input information and
integrity of database.
Best regards,
Mik