BUG #6485: Primary index key not updated uniformly - Mailing list pgsql-bugs

From innomotive@gmail.com
Subject BUG #6485: Primary index key not updated uniformly
Date
Msg-id E1S0PY9-0001qq-00@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #6485: Primary index key not updated uniformly
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6485
Logged by:          Ramanujam
Email address:      innomotive@gmail.com
PostgreSQL version: 9.0.3
Operating system:   Windows 7 Home Premium
Description:=20=20=20=20=20=20=20=20

Primary key information in pg_attribute table is not updated when a column
name is renamed.

Command used:
ALTER TABLE table_name RENAME COLUMN old_column TO new_column

Entries in pg_attribute still carries old_column.

pgsql-bugs by date:

Previous
From: cneo@accessdata.com
Date:
Subject: BUG #6484: pgstat wait timeout
Next
From: Tom Lane
Date:
Subject: Re: BUG #6485: Primary index key not updated uniformly