Re: ALTER TABLE

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: ALTER TABLE
Дата
Msg-id 1062158653.80333.99.camel@jester
обсуждение исходный текст
Ответ на Re: ALTER TABLE  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
On Thu, 2003-08-28 at 22:06, Christopher Kings-Lynne wrote:
> Do you have this working:
>
> ALTER TABLE / ADD COLUMN .. DEFAULT nextval('asdf')...
>
> (eg. a default that needs to be re-evaluated for each row)
>
> Also, did you remember about checking domain constraints, etc.?

Yes, and all necessary checks are performed.

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

Предыдущее
От: Thomas Schoebel-Theuer
Дата:
Сообщение: Re: Obscure: correctness of lock manager???
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: ALTER TABLE