Re: SQL-question: returning the id of an insert querry - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: SQL-question: returning the id of an insert querry
Date
Msg-id 20031110214611.GA27541@wolff.to
Whole thread Raw
In response to Re: SQL-question: returning the id of an insert querry  (Scott Chapman <scott_list@mischko.com>)
List pgsql-general
On Mon, Nov 10, 2003 at 08:56:03 -0800,
  Scott Chapman <scott_list@mischko.com> wrote:
>
> Thanks for the clarification.  With web applications and connection
> pooling, it would appear that it's quite easy to get incorrect values
> back.  This is what I thought.

Not normally. Normally both queries are going to be done in one web
request and it would be very unusual to be using a system where
anyone else could use the same connection for a query in between.

pgsql-general by date:

Previous
From: Paul Thomas
Date:
Subject: Re: SQL-question: returning the id of an insert querry
Next
From: Bruce Momjian
Date:
Subject: Re: Temp rows - is it possible?