Re: conditional insert

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: conditional insert
Date: 2011-09-07 15:50:08
Message-ID: 20110907155007.GI35347@shinkuro.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Sep 07, 2011 at 11:45:11PM +0800, Lincoln Yeoh wrote:
> Don't you have to block SELECTs so that the SELECTs get serialized?

If you want to do that, why wouldn't you just use serializable mode?

A

--
Andrew Sullivan
ajs(at)crankycanuck(dot)ca

In response to

Browse pgsql-general by date

  From Date Subject
Next Message jonesd 2011-09-07 16:19:04 Re: PL/pgSQL trigger and sequence increment
Previous Message Lincoln Yeoh 2011-09-07 15:45:11 Re: conditional insert