Re: psycopg concurrency control

From: John Lb <johnlb77(at)gmail(dot)com>
To: Christophe Pettus <xof(at)thebuild(dot)com>
Cc: psycopg(at)postgresql(dot)org
Subject: Re: psycopg concurrency control
Date: 2016-09-13 00:18:19
Message-ID: CANqFGQwT3akrXRQsV=a69hGi=5Dt8Xe0roes1A+yX=ym3AT6qA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

Thank you very much

On Mon, Sep 12, 2016 at 8:01 PM, Christophe Pettus <xof(at)thebuild(dot)com> wrote:

>
> On Sep 12, 2016, at 5:00 PM, John Lb <johnlb77(at)gmail(dot)com> wrote:
>
> > Thread A writes bob in a row successfully , and then when Thread
> B tries to write the name bob , an error notification will
> appear indicating name bob is already in the row . Is this right ??
>
> Yes, that's correct.
>
> --
> -- Christophe Pettus
> xof(at)thebuild(dot)com
>
>

In response to

Browse psycopg by date

  From Date Subject
Next Message kristofer.anandita41 2016-09-29 01:44:24 psycopg2 not able to be installed in macosx sierra
Previous Message Christophe Pettus 2016-09-13 00:01:42 Re: psycopg concurrency control