Re: BUG #4125: Strange ALTER TABLE behavior - Mailing list pgsql-bugs

From Vladimir Kanazir
Subject Re: BUG #4125: Strange ALTER TABLE behavior
Date
Msg-id 200804231749.37767.vladimir@vlajko.com
Whole thread Raw
In response to Re: BUG #4125: Strange ALTER TABLE behavior  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
> > But, if I do this:
> > alter table history add incoming_id bigint;
> > alter table history alter incoming_id set default 0;
> > update history set incoming_id=0;
> > the table will be locked only during alter table execution, which
> > is very short time.
>
> But this exposes the state where incoming_id isn't zero to other
> transactions.

Yes, I can see your point... But if there is a system running, this will
lock it up even current transactions doesn't care about the new field.
That is how I noticed this :)

But, I guess, you can't make everybody happy :)
Thanks
--
Regards
Vladimir Kanazir

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: HELP pls
Next
From: Tom Lane
Date:
Subject: Re: HELP pls