Problem with postgreSQL triggers

Поиск
Список
Период
Сортировка
От Sébastien BOUTELOUP
Тема Problem with postgreSQL triggers
Дата
Msg-id 99081213542902.31731@iepe-pc18.upmf-grenoble.fr
обсуждение исходный текст
Ответы Re: [SQL] Problem with postgreSQL triggers  ("Emils Klotins" <emils@mail.usis.bkc.lv>)
Список 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 по дате отправления:

Предыдущее
От: KOUL Christian
Дата:
Сообщение: shared tables?
Следующее
От: "Emils Klotins"
Дата:
Сообщение: Re: [SQL] Problem with postgreSQL triggers