Re: Alter Table + Default Value + Serializable

From: Sébastien Lardière <slardiere(at)hi-media(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Alter Table + Default Value + Serializable
Date: 2010-11-05 16:44:36
Message-ID: 4CD43474.8000607@hi-media.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/05/2010 05:19 PM, Tom Lane wrote:
> and even if it does, the
> likely behavior would be that the serializable transaction would fail
> outright rather than give you a surprising view of the table.

thanks for your answer,

I have to say that I would prefer an error in the serializable
transaction, instead of the actual behavior

Nevertheless, thank you, we will lock our tables

regards,

--
Sébastien

In response to

Browse pgsql-general by date

  From Date Subject
Next Message akp geek 2010-11-05 16:47:38 update one table from multiple tables postgres
Previous Message rmd22 2010-11-05 16:23:41 Re: Modfying source code to read tuples before and after UPDATE...how to?