Alter Table phase 1 -- Please apply to 7.5

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Alter Table phase 1 -- Please apply to 7.5
Дата
Msg-id 1069019922.21552.75.camel@jester
обсуждение исходный текст
Ответы Re: Alter Table phase 1 -- Please apply to 7.5  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Alter Table phase 1 -- Please apply to 7.5  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Alter Table phase 1 -- Please apply to 7.5  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
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.

Вложения

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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: SRA Win32 sync() code
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SRA Win32 sync() code