Re: [BUG?] strange behavior in ALTER TABLE ... RENAME TO on inherited columns
Kohei KaiGai <kaigai@kaigai.gr.jp>
From: KaiGai Kohei <kaigai@kaigai.gr.jp>
To: Robert Haas <robertmhaas@gmail.com>
Cc: KaiGai Kohei <kaigai@ak.jp.nec.com>, pgsql-hackers@postgresql.org, Tom Lane <tgl@sss.pgh.pa.us>, Thom Brown <thombrown@gmail.com>, Alvaro Herrera <alvherre@commandprompt.com>
Date: 2010-01-02T15:16:35Z
Lists: pgsql-hackers
Attachments
- pgsql-fix-inherit-rename.2.patch (application/octect-stream) patch
(2009/12/30 10:38), Robert Haas wrote: > 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? The attached patch is the rebased revision. Thanks, -- KaiGai Kohei <kaigai@kaigai.gr.jp>