am  Thu, dem 05.10.2006, um 15:50:58 -0300 mailte Ezequias Rodrigues da Rocha 
folgendes:
> Hi,
> 
> I am implementing a function that execute a rollback then some exception is
> throwed.
> 
> The problem is that my nextval('mysequency') does not return to the initial
> value when the rollback is executed.

Right, a sequence doesn't rollback.

-- cite:
Advance the sequence object to its next value and return that value.
This is done atomically: even if multiple sessions execute nextval
concurrently, each will safely receive a distinct sequence value.
--

Source:
http://www.postgresql.org/docs/8.1/interactive/functions-sequence.html


HTH, Andreas
-- 
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47215,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to