Brent Verner <[EMAIL PROTECTED]> 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 column names. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster