Forum OpenACS Development: Re: apm callbacks during uninstall?

Collapse
Posted by Jeff Davis on
Should we cascade the primary key constraints which reference acs_objects? The acs_object__delete() plpgsql call does things that simply cascading the delete from acs_objects would not do. Of course most of those things are further deletes which could be cascaded.

Almost none of the object type tables currently do this and I am not sure if it's a good idea or not.