Log Message:
-----------
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.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql-server/src/backend/commands:
        tablecmds.c (r1.91 -> r1.91.2.1)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/tablecmds.c.diff?r1=1.91&r2=1.91.2.1)

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to