Re: Alter Table phase 1 -- Please apply to 7.5

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Alter Table phase 1 -- Please apply to 7.5
Дата
Msg-id 200401061043.i06AhTt06523@candle.pha.pa.us
обсуждение исходный текст
Ответ на Alter Table phase 1 -- Please apply to 7.5  (Rod Taylor <pg@rbt.ca>)
Список pgsql-patches
Rod Taylor wrote:
> Completes:
>         ALTER TABLE ADD COLUMN does not honour DEFAULT and non-CHECK
>         CONSTRAINT
>
>         ALTER TABLE ADD COLUMN column DEFAULT should fill existing rows
>         with DEFAULT value
>
>         ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence
>         because of the item above
>
>         Previously described reorganization of all ALTER TABLE commands.
>
> Most of the way through column type change. I need to supply a followup
> patch which deals with logical attribute numbers.
>
> ALTER TABLE table ALTER [COLUMN] column TYPE type USING expression;
>
> Syntax documentation updates only. Content to come later.

Tom has looked over this patch and wants to make some adjustments before
applying so I will keep this in my queue and wait for him to complete
his changes and get it into CVS.

Thanks.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: fork/exec patch: pre-CreateProcess finalization
Следующее
От: Neil Conway
Дата:
Сообщение: Re: remove obsolete NULL casts