Changing Field Ordinal Position

Поиск
Список
Период
Сортировка
От Chris Campbell
Тема Changing Field Ordinal Position
Дата
Msg-id 453A24085F801842AEA8D0B6B269065D301F8C4C10@HDMC.cds.local
обсуждение исходный текст
Ответы Re: Changing Field Ordinal Position
Список pgsql-novice

Using PostgreSQL 9.0.1

 

Hi, is it possible to change the ordinal position of fields in a table, or, more specifically, be able to specify the ordinal position when adding new fields to a table.  I see that each field has a property called “position” yet there seems to be no way to change it, or, when fields are dropped from a table does it seem to update.

 

I looked at the ALTER [ COLUMN ] column SET ( attribute_option = value [, ... ] ) and RESET ( attribute_option [, ... ] ) but according to the documentation this only applies to n_distinct and n_distinct_inherited properties.  Thank you for any assistance…

 

Chris Campbell

Cascade Data Solutions, Inc.

ccampbell@CascadeDS.com

(800) 280-2090

 

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

Предыдущее
От: Frank Bax
Дата:
Сообщение: Re: "duplicate key value": version 8.4 vs 8.1
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Changing Field Ordinal Position