Forum OpenACS Development: Re: Res: Re: I can't find the error in MyFirstPackage

Collapse
Posted by Brian Fenton on
You can insert into a view? Is this a Postgres "feature"?
You could try inserting into the underlying base tables directly.

Brian

Collapse
Posted by Jim Lynch on
The act of inserting into this particular view fires a trigger. This is a feature of the openacs content repository: when you create a content type, it makes a view with a trigger like this.