Re: logical column position - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: logical column position
Date
Msg-id 3FBC1729.7010400@familyhealth.com.au
Whole thread Raw
In response to Re: logical column position  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgsql-hackers
> Why should ALTER COLUMN change the column number, i.e. position?

Because it creates a NEW column.

>> It may be that programmers should not rely on this, but it happens, 
>> and in very
>> large projects. If we can avoid unexpected side-affects like moving the
>> columns position, then I think we should.
>>  
>>
> This is *expected* if behaviour if you delete and add columns; is there 
> any DB system out there that allows to reshuffle the column ordering?

MySQL

Chris




pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Is there going to be a port to Solaris 9 x86 in the
Next
From: Bruce Momjian
Date:
Subject: Re: question about fixes in v7.4...