Re: Trigger problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jreniz <jreniz(at)tutopia(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Trigger problem
Date: 2001-03-18 20:37:41
Message-ID: 25641.984947861@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-general pgsql-hackers pgsql-interfaces pgsql-sql

jreniz <jreniz(at)tutopia(dot)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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message willy lubamba 2001-03-19 02:54:03 unsubscribe
Previous Message Björn Lundin 2001-03-18 20:23:20 Error in programer's guide JDBC chap 23

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-03-18 20:41:51 Re:
Previous Message Peter Eisentraut 2001-03-18 20:19:24 Re: simple question regarding the building of psql

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-03-18 20:52:03 Re: Allowing WAL fsync to be done via O_SYNC
Previous Message Peter Eisentraut 2001-03-18 20:21:53 Re: Re: Beta6 for Tomorrow

Browse pgsql-interfaces by date

  From Date Subject
Next Message Althaf Hussain 2001-03-19 02:36:37 need help to communicate from applet to servlet
Previous Message Tom Lane 2001-03-17 21:58:25 Re: Problem building PL/Perl

Browse pgsql-sql by date

  From Date Subject
Next Message Grant Furick 2001-03-18 23:56:17 hierarchical order equivalent
Previous Message David Olbersen 2001-03-18 18:42:57 Re: Select very slow...