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

From Mark Reid
Subject Re: BUG #3847: plpython trigger caches table structure - doesn't see new / changed columns
Date
Msg-id 162057b00801021011l4403dbb6qbc514eee79c8f6a7@mail.gmail.com
Whole thread Raw
In response to Re: BUG #3847: plpython trigger caches table structure - doesn't see new / changed columns  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
We've run our real-life test cases and they've all worked properly using
this patch too.  Thanks again.
-Mark.

On Jan 1, 2008 8:07 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> "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: "Mark Reid"
Date:
Subject: Re: BUG #3847: plpython trigger caches table structure - doesn't see new / changed columns
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #3822: Nonstandard precedence for comparison operators