Re: TCL trigger doesn't work after deleting a column - Mailing list pgsql-general

From Jan Wieck
Subject Re: TCL trigger doesn't work after deleting a column
Date
Msg-id 3F57951B.6020200@Yahoo.com
Whole thread Raw
In response to TCL trigger doesn't work after deleting a column  (Josué Maldonado <josue@lamundial.hn>)
List pgsql-general
close the connection and reconnect to get a fresh backend that doesn't
cache anything.


Jan

Josué Maldonado wrote:

> Hello list,
>
> The TCL trigger that uses NEW and OLD arrays failed after after I
> removed a unused column, now I got this error:
>
> pltcl: Cache lookup for attribute '........pg.dropped.24........' type 0
> failed
>
> I already did a vacuum, but the error remain. Any idea how to fix/avoid
> that?
>
> Thanks in advance
>

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #


pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: Re: TCL trigger doesn't work after deleting a column
Next
From: Jan Wieck
Date:
Subject: Re: Pass parameters to a TCL function