Re: Problems renaming referencing column - Mailing list pgsql-bugs

From Stephan Szabo
Subject Re: Problems renaming referencing column
Date
Msg-id 20040717080749.L16467@megazone.bigpanda.com
Whole thread Raw
In response to Problems renaming referencing column  ("Alexander M. Pravking" <fduch@antar.bryansk.ru>)
List pgsql-bugs
On Sat, 17 Jul 2004, Alexander M. Pravking wrote:

> (sorry if it's a dup)
>
> In 7.4.3, if I rename a column which references another table,
> constraint trigger fails on update or delete from main table.

I think this probably has to do with the fact that the plan gets cached.

If I close the connection and restart it, the constraint appears to work.

pgsql-bugs by date:

Previous
From: "Alexander M. Pravking"
Date:
Subject: Problems renaming referencing column
Next
From: Theodore Petrosky
Date:
Subject: Re: Replace function BUG