Re: ALTER TABLE

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER TABLE
Date: 2003-08-29 12:04:14
Message-ID: 1062158653.80333.99.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ron Johnson 2003-08-29 12:05:36 Re: Hardware recommendations to scale to silly load
Previous Message Thomas Schoebel-Theuer 2003-08-29 10:54:38 Re: Obscure: correctness of lock manager???