Re: full featured alter table?

Поиск
Список
Период
Сортировка
От Sven Köhler
Тема Re: full featured alter table?
Дата
Msg-id 3EEE1AEB.8040002@upb.de
обсуждение исходный текст
Ответ на Re: full featured alter table?  (Jean-Luc Lachance <jllachan@nsd.ca>)
Список 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 по дате отправления:

Предыдущее
От: Jean-Luc Lachance
Дата:
Сообщение: Re: full featured alter table?
Следующее
От: Arjen van der Meijden
Дата:
Сообщение: Re: Postgres performance comments from a MySQL user