If two clients simultaneously insert into a table that has a unique sequenced column, can one client get a unique_violation? In other words, can both clients get the same result from calling nextval() ?
I did a quick google search, but couldn't find anything.