Problem with postgreSQL triggers - Mailing list pgsql-sql

From Sébastien BOUTELOUP
Subject Problem with postgreSQL triggers
Date
Msg-id 99081213542902.31731@iepe-pc18.upmf-grenoble.fr
Whole thread Raw
Responses Re: [SQL] Problem with postgreSQL triggers
List pgsql-sql
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
deleteon <table name>              for each row              BEGIN              query;              END;    ?
 
Otherwise, how can I deal with the "execute procedure <procedure name>"
statement?
Thanks

-----------------------------------------
S�bastien BOUTELOUP
stagiaire � l'UFR DGES
�l�ve ing�nieur 2�me ann�e ENSIMAG

t�l: 04.76.51.49.61


pgsql-sql by date:

Previous
From: KOUL Christian
Date:
Subject: shared tables?
Next
From: "Emils Klotins"
Date:
Subject: Re: [SQL] Problem with postgreSQL triggers