[SQL] PL/PGSQL

2001-06-12 Thread Andrzej Roszkowski
Hi! I can't find any info about possible data types that can be returned from procedure. I want to return tuple. When I use OPAQUE as a return type I get error message that OPAQUE can be only returned from trigger. It is possible to do this without triggers? --

[SQL] sql functions and triggers

2001-03-07 Thread Andrzej Roszkowski
Hello! It is possible to pass ie. insert fields and values to sql function in trigger? I want to define a trigger on insert (select delete etc.) and log some values in different table(s). -- "Code reviews are like sex, just anyone can do it, but skill and training can make you a lot better a