When renaming a column that participates in a foreign key, we must
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 Jul 2004 17:28:29 +0000 (17:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 Jul 2004 17:28:29 +0000 (17:28 +0000)
commit7f72fd8c47f40b9ebe139a2346a0c234e0703271
treeb7ef195ebaf8473fee3721152e74b8dfa344eb58
parent694b9ef78362e96364c14e59df587f167af5e554
When renaming a column that participates in a foreign key, we must
force relcache rebuild for the other table as well as the column's
own table.  Otherwise, already-cached foreign key triggers will stop
working.  Per example from Alexander Pravking.
src/backend/commands/tablecmds.c