Home
The Toolkit for Online Communities
15888 Community Members, 0 members online, 1917 visitors today
Log In Register

Forum OpenACS Development: Re: one acs_object per package

OpenACS Home : Forums : OpenACS Development : Re: one acs_object per package : One Message

+
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.