CVSROOT: /cvsrootModule name: pgsqlChanges by: tgl@postgresql.org 01/10/08 14:40:04
Modified files: src/backend/commands: rename.c
Log message: Make ALTER TABLE RENAME COLUMN update column names of indexes that refer to the renamed column. Brent Verner, with a little help from tgl.