William Garrison wrote: > I have a table that keeps running totals. It is possible that this > would get called twice simultaneously for the same UserID. Do I need > to put this in a serializable transaction? Transaction isolation is only a question of interest if you have more than one statement in a transaction. -- Peter Eisentraut http://developer.postgresql.org/~petere/