Brent Verner writes:
> These patches fix the problem where an
>
> ALTER TABLE <table> RENAME <oldcolumn> TO <newcolumn>
>
> did not update the RI_ triggers if the oldcolumn was referenced in
> a RI constraint.
Instead of trying to fix this, how about making the RI triggers not use
the column names in the first place. (Instead they should use the oid of
the table and the attnums.)
--
Peter Eisentraut peter_e(at)gmx(dot)net