Re: full featured alter table? - Mailing list pgsql-general

From Sven Köhler
Subject Re: full featured alter table?
Date
Msg-id 3EEE1AEB.8040002@upb.de
Whole thread Raw
In response to Re: full featured alter table?  (Jean-Luc Lachance <jllachan@nsd.ca>)
List pgsql-general
> Really?
>
> What if two PgAdmin sessions want two different order?
> Presentation order should be done at the application level.

*sigh* ...

The order of columns, the column type etc. is all part of table
definition. if two guys want different column-orders this is just not
possible - but if both have the possibility to agree and define one
column ordering is better than force them to use what every postgresql
decides (in most cases it is the chronological order, in which the
columns have been created).

and yes - column order of a select should be defined at application
level - especially if the application uses indexes to access the columns
- but some APIs offer access to the columns by using their name.


pgsql-general by date:

Previous
From: Jean-Luc Lachance
Date:
Subject: Re: full featured alter table?
Next
From: Arjen van der Meijden
Date:
Subject: Re: Postgres performance comments from a MySQL user