Re: psycopg concurrency control

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: John Lb <johnlb77(at)gmail(dot)com>
Cc: psycopg(at)postgresql(dot)org
Subject: Re: psycopg concurrency control
Date: 2016-09-13 00:01:42
Message-ID: 4440619A-3658-4954-971E-B7BC6B3D5B6F@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg


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

Responses

Browse psycopg by date

  From Date Subject
Next Message John Lb 2016-09-13 00:18:19 Re: psycopg concurrency control
Previous Message John Lb 2016-09-13 00:00:29 Re: psycopg concurrency control