[GENERAL] Parameters if trigger...

2001-02-14 Thread Mikhail V. Majorov

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;
' language 'pgsql';

Best regards,
Mik.



Re: [GENERAL] Re: Bad book review

2001-02-14 Thread Mikhail V. Majorov

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