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