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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mark Reid" <reid(dot)write(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3847: plpython trigger caches table structure - doesn't see new / changed columns
Date: 2008-01-02 04:07:16
Message-ID: 9041.1199246836@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Mark Reid" <reid(dot)write(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Mark Reid 2008-01-02 07:03:22 Re: BUG #3847: plpython trigger caches table structure - doesn't see new / changed columns
Previous Message Bruce Momjian 2008-01-02 02:51:24 Re: BUG #3822: Nonstandard precedence for comparison operators