Re: Updating

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Updating
Дата
Msg-id 4145.1205800410@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Updating  (Bob Pawley <rjpawley@shaw.ca>)
Список pgsql-general
Bob Pawley <rjpawley@shaw.ca> writes:
>  If NEW.p_id.association.monitoring_fluid is distinct from
> Old.p_id.association.monitoring_fluid Then

Surely this should just be

    if new.monitoring_fluid is distinct from old.monitoring_fluid then

Also, I think you forgot an "end if" and a "return new" at the end.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "Blair Bethwaite"
Дата:
Сообщение: Is autovacuum on?
Следующее
От: "Tyler, Mark"
Дата:
Сообщение: Re: Problem with async notifications of table updates