Greg Stark <[EMAIL PROTECTED]> writes:
> Tom Lane <[EMAIL PROTECTED]> writes:
>> It'll affect the order in which pg_dump lists the parents, which will
>> affect the order in which the columns are created on dump and reload.
> Hm, if column order is important for table with multiple parents then you have
> other problems already. The attislocal->1 mutation will cause any
> singly-inherited columns to go to the head of the list.
So? They'll get re-merged with the parent column during CREATE TABLE
anyway.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend