Re: Trigger problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Trigger problem
Дата
Msg-id 25641.984947861@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Trigger problem  (jreniz <jreniz@tutopia.com>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re: Beta6 for Tomorrow
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Allowing WAL fsync to be done via O_SYNC