Re: BUG #3847: plpython trigger caches table structure - doesn't see new / changed columns - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3847: plpython trigger caches table structure - doesn't see new / changed columns
Date
Msg-id 9041.1199246836@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #3847: plpython trigger caches table structure - doesn't see new / changed columns  ("Mark Reid" <reid.write@gmail.com>)
Responses Re: BUG #3847: plpython trigger caches table structure - doesn't see new / changed columns
Re: BUG #3847: plpython trigger caches table structure - doesn't see new / changed columns
List pgsql-bugs
"Mark Reid" <reid.write@gmail.com> writes:
> The trigger function does not recognize the "test4" column the second time
> it is added - the update throws an error.

Try this patch:
http://archives.postgresql.org/pgsql-committers/2008-01/msg00016.php

            regards, tom lane

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #3822: Nonstandard precedence for comparison operators
Next
From: "Mark Reid"
Date:
Subject: Re: BUG #3847: plpython trigger caches table structure - doesn't see new / changed columns