Brent Verner <brent(at)rcfile(dot)org> writes:> 'ALTER TABLE tbl RENAME col1 TO col2' does not update any indices that> reference the old column name.
It doesn't need to; the indexes link to column numbers, not columnnames.
regards, tom lane