next value expression - Mailing list pgsql-hackers

From Manfred Koizar
Subject next value expression
Date
Msg-id j9o9uugl8aeq5bn8cbvcttnoc1f263lt8d@4ax.com
Whole thread Raw
Responses Re: next value expression  (Neil Conway <neilc@samurai.com>)
List pgsql-hackers
By accident I stumbled across the following paragraph in the August
2002 draft of SQL 2003:
If there are multiple instances of <next value expression>sspecifying the same sequence generator within a
singleSQL-statement,all those instances return the same value for agiven row processed by that SQL-statement.
 

Is this of any relevance to PG's nextval()?

ServusManfred


pgsql-hackers by date:

Previous
From: "Dan Langille"
Date:
Subject: Re: contrib/ltree patches
Next
From: Tommi Maekitalo
Date:
Subject: Re: [PERFORM] Realtime VACUUM, was: performance of insert/delete/update