On Apr 26, 2005, at 5:02 PM, Jan Wieck wrote:
The multi-action rules usually come into play when someone attempts to make join-views updatable. Not an easy problem, granted, but most of the time I have found a combination of rules together with ON UPDATE/DELETE CASCADE constraints or even user defined triggers absolutely sufficient. The INSERT and UPDATE case is handled by rules as usual. And in the DELETE case the rule just deletes the critical rows and the ON DELETE CASCADE constraints do the rest.
Yes, this is what I'm finding, too. But it would be good if the documentation better reflected that this is how it works.
Regards,
David
---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings