Re: SQL-question: returning the id of an insert querry

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: SQL-question: returning the id of an insert querry
Дата
Msg-id 20031110214611.GA27541@wolff.to
обсуждение исходный текст
Ответ на Re: SQL-question: returning the id of an insert querry  (Scott Chapman <scott_list@mischko.com>)
Список 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 по дате отправления:

Предыдущее
От: Paul Thomas
Дата:
Сообщение: Re: SQL-question: returning the id of an insert querry
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Temp rows - is it possible?