Sebastian Boeck wrote:
> Is it possible to create the function called by a trigger entirely
> in SQL, or do i have to use another language?
You can write trigger/functions in many languages. For this particular need
pl/pgsql would be more than good enough.
Shridhar