Re: Fast ALTER TABLE ... ADD COLUMN ... DEFAULT xxx?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fast ALTER TABLE ... ADD COLUMN ... DEFAULT xxx?
Дата
Msg-id 11039.1242919372@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fast ALTER TABLE ... ADD COLUMN ... DEFAULT xxx?  (Greg Stark <stark@enterprisedb.com>)
Ответы Re: Fast ALTER TABLE ... ADD COLUMN ... DEFAULT xxx?  (Greg Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Greg Stark <stark@enterprisedb.com> writes:
> Schemes like this have been discussed before but I don't think we
> considered applying the limitation that only the "first" default value
> would be covered. We always wanted to be able to handle new defaults
> or making a non-null column nullable later.

Yeah ... I don't see exactly what it would buy to restrict it to just
the first such value.
        regards, tom lane


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

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: psql is broken in 8.4
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Fast ALTER TABLE ... ADD COLUMN ... DEFAULT xxx?