Issue173

Title (datasources) Add POST-INSERT, POST-UPDATE and POST-DELETE triggers
Priority wish Status chatting
Superseder Nosy List reinhard
Assigned To Topics gnue-common

Created on 2007-06-05.14:32:25 by reinhard, last changed 2007-06-05.15:46:18 by reinhard.

Messages
msg362 (view) Author: reinhard Date: 2007-06-05.15:46:18
Also, the PRE-COMMIT trigger gets called twice: once for each block when the
commit is done, and once for each record that is actually written to the backend.
msg361 (view) Author: reinhard Date: 2007-06-05.14:32:24
There is no way to run a trigger for every record that has been
inserted/updated/deleted *after* the operation has taken place. Especially for
inserts, this would be handy, as the OID is not available in the PRE-INSERT trigger.
History
Date User Action Args
2007-06-05 15:46:18reinhardsetstatus: unread -> chatting
messages: + msg362
2007-06-05 14:32:25reinhardcreate