Re: currval/sequence - Mailing list pgsql-novice

From Nabil Sayegh
Subject Re: currval/sequence
Date
Msg-id 1060954914.21417.1.camel@billy
Whole thread Raw
In response to Re: currval/sequence  (Jason Hihn <jhihn@paytimepayroll.com>)
List pgsql-novice
Am Fre, 2003-08-15 um 15.01 schrieb Jason Hihn:

> In my code, I wrap it in a transaction for peace of mind. Tom (or anyone),
> is that necessary? If nothing else is happening on that connection between
> the insert and the select?

This is not necessary.
Everything you do with sequences will be unique to your connection.
--
 e-Trolley Sayegh & John, Nabil Sayegh
 Tel.: 0700 etrolley /// 0700 38765539
 Fax.: +49 69 8299381-8
 PGP : http://www.e-trolley.de


pgsql-novice by date:

Previous
From: Jason Hihn
Date:
Subject: Re: currval/sequence
Next
From: Josh Berkus
Date:
Subject: Re: using procedural languages...