Re: Retrieving last InsertedID : INSERT... RETURNING safe ? - Mailing list pgsql-jdbc

From Paul Tomblin
Subject Re: Retrieving last InsertedID : INSERT... RETURNING safe ?
Date
Msg-id 47BC1AC4.5010809@gmail.com
Whole thread Raw
In response to Re: Retrieving last InsertedID : INSERT... RETURNING safe ?  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Retrieving last InsertedID : INSERT... RETURNING safe ?  (Dave Cramer <pg@fastcrypt.com>)
Re: Retrieving last InsertedID : INSERT... RETURNING safe ?  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
List pgsql-jdbc
Dave Cramer wrote:
>> Well, that other solution is dangerous in case multiple inserts
>> to that table are done concurrently; a quite common usage pattern
>> with java web applications handling multiple HTTP requests with
>> concurrent java threads..
>>
> No it is not dangerous. It is the right way to do it. There is
> absolutely no danger in using currval in this manner.

Unless you have autocommit on.

--
Paul Tomblin <ptomblin@xcski.com> http://blog.xcski.com/
"Only a NAZI would try to invoke Godwin's [law] deliberately"
     - Jeff Gostin in a.s.r

pgsql-jdbc by date:

Previous
From: Guillaume Cottenceau
Date:
Subject: Re: Retrieving last InsertedID : INSERT... RETURNING safe ?
Next
From: Dave Cramer
Date:
Subject: Re: Retrieving last InsertedID : INSERT... RETURNING safe ?