Forum OpenACS Development: Re: one acs_object per package

Collapse
Posted by Ryan Gallimore on
Hi Iuri,

When creating object types, package refers to the plpgsql package. You may leave this as null in your acs_object_type__create_type call, as by default, it will use the object type.

See acs_object_type__create_type function and the acs_object_types_pkg_name_un constraint.