OSDN Git Service

Make ALTER TABLE RENAME COLUMN update column names of indexes that
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Oct 2001 18:40:04 +0000 (18:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Oct 2001 18:40:04 +0000 (18:40 +0000)
commitb6a79482942b45ebc2b70e86fd30ec97f7817701
treed78a4fb74bb388dc77a89cfb9f7c18168af30b50
parent7249562fe36375f5ee1af3dca33bcdbcea061962
Make ALTER TABLE RENAME COLUMN update column names of indexes that
refer to the renamed column.  Brent Verner, with a little help from tgl.
src/backend/commands/rename.c