Re: [SQL] Trigger functions w/o pgsql ?

2003-09-01 Thread Peter Eisentraut
[EMAIL PROTECTED] writes: > is it somehow possible to create trigger functions directly in > SQL language, w/o an procedural language ? No. > Why cant the return value of an function simply be ignored, > instead of requiring the function to return void (which an sql > function can't return) ? I

[SQL] Trigger functions w/o pgsql ?

2003-09-01 Thread weigelt
Hi folks, is it somehow possible to create trigger functions directly in SQL language, w/o an procedural language ? Why cant the return value of an function simply be ignored, instead of requiring the function to return void (which an sql function can't return) ? cu -- -