Re: ALTER TABLE - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: ALTER TABLE
Date
Msg-id 1062158653.80333.99.camel@jester
Whole thread Raw
In response to Re: ALTER TABLE  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List 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 by date:

Previous
From: Thomas Schoebel-Theuer
Date:
Subject: Re: Obscure: correctness of lock manager???
Next
From: Rod Taylor
Date:
Subject: Re: ALTER TABLE