BUG #12752: Regression in ALTER TABLE RENAME COLUMN

From: gianni(dot)ciolli(at)2ndquadrant(dot)it
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12752: Regression in ALTER TABLE RENAME COLUMN
Date: 2015-02-09 16:02:15
Message-ID: 20150209160215.15320.39219@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 12752
Logged by: Gianni Ciolli
Email address: gianni(dot)ciolli(at)2ndquadrant(dot)it
PostgreSQL version: 9.4.1
Operating system: Debian GNU/Linux, testing
Description:

It appears that the bug discussed here has regressed since 9.1:

http://www.postgresql.org/message-id/200110121753.f9CHrnl10542@candle.pha.pa.us

Context information: the bug breaks Londiste, which uses
pg_attribute.attname to match columns on the primary key index with the
corrisponding columns on the table.

I found the bug after a customer reported Londiste issues on a table whose
primary key had been renamed.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Gianni Ciolli 2015-02-09 16:31:43 BUG #12752: example SQL
Previous Message trasnaramesh 2015-02-09 07:33:51 BUG #12750: issue with pg_restore s exit code when warnings are there