Re: [BUG?] strange behavior in ALTER TABLE ... RENAME TO on inherited columns
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: KaiGai Kohei <kaigai@ak.jp.nec.com>
Cc: pgsql-hackers@postgresql.org, Tom Lane <tgl@sss.pgh.pa.us>, Thom Brown <thombrown@gmail.com>, Alvaro Herrera <alvherre@commandprompt.com>
Date: 2009-12-30T01:38:40Z
Lists: pgsql-hackers
2009/12/16 KaiGai Kohei <kaigai@ak.jp.nec.com>: > It is a patch for the matter which I reported before. > > When a column is inherited from multiple relations, ALTER TABLE with > RENAME TO option is problematic. > This patch fixes the matter. In correctly, it prevent to rename columns > inherited from multiple relations and merged. No longer applies. Can you rebase? Thanks, ...Robert