Re: Getting Primary Key Value After Insert

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Getting Primary Key Value After Insert
Дата
Msg-id 20060709060226.25396.qmail@web31802.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: Getting Primary Key Value After Insert  (Greg Stark <gsstark@mit.edu>)
Ответы Re: Getting Primary Key Value After Insert  (Douglas McNaught <doug@mcnaught.org>)
Re: Getting Primary Key Value After Insert  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
> > > 3.  If you call currval() will it return 20?  I would think it does.
>
> Yes it does.
>
> > My understanding is that it will provided your are within a transaction.
>
> As long as you're in the same session you're fine. You would have to go out of
> your way to break it but if you're using some sort of connection pooling you
> wouldn't want to pull a fresh connection from the pool, for example.

Just to clarify,  currval() is isolated by the session on not necessarily by a transaction?

Regards,

Richard Broersma Jr.

В списке pgsql-general по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Getting Primary Key Value After Insert
Следующее
От: Roman Neuhauser
Дата:
Сообщение: Re: Version/Change Management of functions?