Re: Column Ordering

Поиск
Список
Период
Сортировка
От Sean Davis
Тема Re: Column Ordering
Дата
Msg-id 46E59D15.8050107@mail.nih.gov
обсуждение исходный текст
Ответ на Column Ordering  ("Ashish Karalkar" <ashish.karalkar@info-spectrum.com>)
Ответы Re: Column Ordering  (Richard Broersma Jr <rabroersma@yahoo.com>)
Список pgsql-novice
Ashish Karalkar wrote:
> Hello All,
>
> I am having a table with  5 columns.
> I want to add another column by altering the table at 2nd position
> constraint is that I can not drop and recreate the table as column
> ordering is of importance.
> Is there anyway to do so.

No.  However, you could create a view with the column ordering you want,
after adding the new column.

Sean

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

Предыдущее
От: "Ashish Karalkar"
Дата:
Сообщение: Column Ordering
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Column Ordering