Re: Trigger problem - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Trigger problem
Date
Msg-id 25641.984947861@sss.pgh.pa.us
Whole thread Raw
In response to Trigger problem  (jreniz <jreniz@tutopia.com>)
List pgsql-hackers
jreniz <jreniz@tutopia.com> writes:
> So, when I run this trigger there is a mistake:
>  ''there is no operator '=$' for types 'int4' and 'int4'

> (My system is 6.5.3)

This is an old bug.  Update to 7.0.3.

It might work to add spaces around the '=' signs in your trigger
function, but an update would be a good idea anyway.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Re: Beta6 for Tomorrow
Next
From: Tom Lane
Date:
Subject: Re: Allowing WAL fsync to be done via O_SYNC