Re: [GENERAL] starting a stored procedure+rule AFTER an insert

2007-10-09 Thread Bima Djaloeis
Thanks for the reply, is there any online reference / tutorial for this? -BD 2007/10/8, Douglas McNaught <[EMAIL PROTECTED]>: > > "Bima Djaloeis" <[EMAIL PROTECTED]> writes: > > > I have implemented a stored procedure that writes out the newest DB > > entry on insert, and combined it with a rule.

Re: [GENERAL] starting a stored procedure+rule AFTER an insert

2007-10-08 Thread Douglas McNaught
"Bima Djaloeis" <[EMAIL PROTECTED]> writes: > I have implemented a stored procedure that writes out the newest DB > entry on insert, and combined it with a rule. > > 1) create function newcache() returns void AS 'newCache', 'newCache' language > c; > 2) create rule newcacherule AS on insert to cac