Re: pgsql-sq-owner

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: ALMA TAHIR <almaheena2003(at)yahoo(dot)co(dot)in>, "pgsql-sql-owner(at)postgresql(dot)org" <pgsql-sql-owner(at)postgresql(dot)org>, "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: pgsql-sq-owner
Date: 2014-03-04 15:08:21
Message-ID: 5315EC65.6060601@aklaver.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 03/03/2014 09:35 PM, ALMA TAHIR wrote:
> Hi,
>
> I am using below code in multi threaded environment, but when multiple
> threads are accessing then i get : "org.postgresql.util.PSQLException:
> ERROR: tuple concurrently updated" exception. But my concern is I need
> to use it in multi threaded env, for the same reason I am using FOR
> UPDATE with cursor. Then where is the issue??? Am I missing
> something????? Please help me with the same....

So I assume this is a second attempt at your previous thread ' Function
Issue'. I will respond on the previous thread to keep it intact.

>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Adrian Klaver 2014-03-04 15:14:56 Re: Function Issue
Previous Message ALMA TAHIR 2014-03-04 05:38:10 pgsql-sql-owner