Make ALTER TABLE RENAME COLUMN update column names of indexes that

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b6a79482942b45ebc2b70e86fd30ec97f7817701
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-10-08T18:40:04Z
Releases: 7.2.1
Make ALTER TABLE RENAME COLUMN update column names of indexes that
refer to the renamed column.  Brent Verner, with a little help from tgl.

Files

PathChange+/−
src/backend/commands/rename.c modified +64 −5