Re: change natural column order - Mailing list pgsql-general

From Mage
Subject Re: change natural column order
Date
Msg-id 41AC88C5.2060707@mage.hu
Whole thread Raw
In response to Re: change natural column order  (Tino Wildenhain <tino@wildenhain.de>)
List pgsql-general
Tino Wildenhain wrote:

>Hi,
>
>Am Dienstag, den 30.11.2004, 10:26 +0100 schrieb Joolz:
>
>
>>
>>is it possible to change the natural order of the columns
>>afterwards? The reason I need this is because the frontend picks up
>>table columns in natural order, looks at the datatype and creates
>>view, input and mutate (html) forms.
>>
>>
>>
>>
>Natural Order? This is similar to a select without order by - the
>SQL standard says nothing about a natural order.
>
>
>
This is not true. Columns have an order. You can do INSERTs without
specifying the columns. The values won't be inserted randomly but in
their order.

Changing the order of the columns is not a frontend question but
logically. (Some) people would like to see relevant columns near to each
other, even with an admin program. I would welcome some alter table
column order feature.

Btw human beings like changing things.

       Mage


pgsql-general by date:

Previous
From: Daniel Martini
Date:
Subject: Re: change natural column order
Next
From: Bill Harris
Date:
Subject: Re: [ANNOUNCE] USENET vs Mailing Lists Poll ...