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

From Dave Cramer
Subject Re: Retrieving last InsertedID : INSERT... RETURNING safe ?
Date
Msg-id 0C2798BB-F7F0-4B4B-92E9-358D78D1CDE4@fastcrypt.com
Whole thread Raw
In response to Re: Retrieving last InsertedID : INSERT... RETURNING safe ?  (Guillaume Cottenceau <gc@mnc.ch>)
Responses Re: Retrieving last InsertedID : INSERT... RETURNING safe ?  (Guillaume Cottenceau <gc@mnc.ch>)
List pgsql-jdbc
> 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.

Dave

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 ?