Bob Pawley <[EMAIL PROTECTED]> 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

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to