From: | Sven Köhler <skoehler(at)upb(dot)de> |
---|---|
To: | Jean-Luc Lachance <jllachan(at)nsd(dot)ca> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruno Wolff III <bruno(at)wolff(dot)to>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: full featured alter table? |
Date: | 2003-06-16 19:30:51 |
Message-ID: | 3EEE1AEB.8040002@upb.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | scott.marlowe | 2003-06-16 19:32:15 | Re: postgreSQL on NAS/SAN? |
Previous Message | Tino Wildenhain | 2003-06-16 19:26:12 | Re: RE : full featured alter table? |