Hello,
I have some trouble with postgresql triggers:
I just want to execute an sql query (insert) in a trigger and I don't manage to
write the corresponding procedure.
Is it possible to use the traditionnal structure:
create trigger <trigger name>
before delete on <table name>
for each row
BEGIN
query;
END; ?
Otherwise, how can I deal with the "execute procedure <procedure name>"
statement?
Thanks
-----------------------------------------
Sbastien BOUTELOUP
stagiaire l'UFR DGES
lve ingnieur 2me anne ENSIMAG
tl: 04.76.51.49.61