Forum OpenACS Q&A: Response to Converting Oracle to PostgreSQL--"old" keyword

Collapse
Posted by Ben Adida on
You should check out the OpenACS data model code, and the
Postgres documentation site for PLPGSQL. All triggers are
easily implemented in PLPGSQL, with a function and a trigger
that calls the function.