Attribute a value to a record - Mailing list pgsql-general

From Florent THOMAS
Subject Attribute a value to a record
Date
Msg-id 1265153293.19341.42.camel@Dell_Inspiron
Whole thread Raw
Responses Re: Attribute a value to a record  (Florent THOMAS <mailinglist@tdeo.fr>)
Re: Attribute a value to a record  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List pgsql-general
Hello,

I'm currently running on pg8.4 and I have a trigger with a loop :

FOR ventilation_local IN (SELECT * FROM XXX) LOOP
    IF (mytest) THEN
        ventilation_local.myfield:=mynewvalue;
    END IF;
END LOOP;

my problem is that the record doen't accept the new value.
I've chek before the value that is not null.
Is it a fonctionnality accepted in pg8.4 on record type?

Best regards

pgsql-general by date:

Previous
From: "Jean-Yves F. Barbier"
Date:
Subject: Re: pg_dump issues
Next
From: DM
Date:
Subject: Re: pg_dump issues