Craig Ringer, slightly edited by me.
command .
+
+ Some
PostgreSQL data types and functions have
+ special rules regarding transactional behaviour. In particular, changes
+ made to a SEQUENCE (and therefore the counter of a
+ column declared using SERIAL) are immediately visible
+ to all other transactions and are not rolled back if the transaction
+ that made the changes aborts. See
+ and .
+
+
+
Read Committed Isolation Level