Re: Diffrent column ordering after dump/restore tables with INHERITS - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Diffrent column ordering after dump/restore tables with INHERITS
Date
Msg-id 10070.1246810719@sss.pgh.pa.us
Whole thread Raw
In response to Re: Diffrent column ordering after dump/restore tables with INHERITS  (Greg Stark <gsstark@mit.edu>)
List pgsql-bugs
Greg Stark <gsstark@mit.edu> writes:
> On Sun, Jul 5, 2009 at 4:28 PM, Tom Lane<tgl@sss.pgh.pa.us> wrote:
>> This is not a bug, it's the intended behavior.

> I thought that was a bug, just one that was too hard to fix for the
> problems it caused. It might be more fixable if we get around to the
> work that was discussed earlier where we separate attnum into three
> different values.

Well, if you want to say there's a bug here, it's that ALTER TABLE ADD
COLUMN doesn't put the column in the "right" place to start with.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Greg Stark
Date:
Subject: Re: Diffrent column ordering after dump/restore tables with INHERITS
Next
From: "Marko Tiikkaja"
Date:
Subject: BUG #4902: Subquery in VALUES referencing a CTE