Re: add column .. default

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: add column .. default
Дата
Msg-id 8500.1056031969@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: add column .. default  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-hackers
Rod Taylor <rbt@rbt.ca> writes:
> - alter table structure
> - Add all new constraints (without confirming their correctness at that
> time)
> - update table contents via an SPI call to UPDATE WHERE <column> IS NULL

> The where clause would avoid issues with inherited data being
> overwritten when the child tables are updated.

But it creates issues with failing to check the new constraints at those
same child rows.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [Fwd: [GENERAL] [CYGWIN] Problems compiling PostgreSQL 7.3.3-1 under Win98]
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: Two weeks to feature freeze