=?ISO-8859-1?Q?Bj=F8rn_T_Johansen?= <btj(at)havleik(dot)no> writes:
> I have just upgraded to 8.0.1 from 7.4.6 and now my triggers doesn't work. When I insert a
> row in a table that has an insert trigger, I get the following error msg:
> ERROR: INSERT is not allowed in a non-volatile function
> What does this mean?
Just what it says. What are you doing declaring that trigger function
as immutable (or stable), when it has side effects?
regards, tom lane