Re: Add Column BEFORE/AFTER another column

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: Add Column BEFORE/AFTER another column
Дата
Msg-id 200708241814.31411.xzilla@users.sourceforge.net
обсуждение исходный текст
Ответ на Re: Add Column BEFORE/AFTER another column  (Matthew <mboehm@voilaip.com>)
Ответы Re: Add Column BEFORE/AFTER another column
Список pgsql-general
On Friday 24 August 2007 17:18, Matthew wrote:
> Hey Bill,
>
> > It does not.
>
>     Bummer.
>
> > To get your columns in a specific order, specify the column names in
> > that order in your SELECT statement.  The SQL standard doesn't provide
> > for any other way to guarantee column order, and neither does Postgres.
>
>     Yes, I realize this and we do identify our columns during select
> statements, but when you look at a table using a tool like phpPGAdmin or
> pgAdmin3, the columns are displayed in some defined order.  It's much
> easier to see your data/columns in some logical order (ie: all the cost
> columns next to each other).
>

FWIW (and it isnt much) we had the semblence of a patch and an actual plan for
implementing this, but no one got interested enough to finish it for 8.3.
Should you happen to know an ambituous C hacker, there is a good chance it
could be included in 8.4.

--
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL

В списке pgsql-general по дате отправления:

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: PostgreSQL vs Firebird feature comparison finished
Следующее
От: Cody Pisto
Дата:
Сообщение: Re: lc_collate issue