Postgres serialization error without serializable transactions.
Posted
by Paul Huff
on Stack Overflow
See other posts from Stack Overflow
or by Paul Huff
Published on 2009-09-08T18:34:44Z
Indexed on
2010/04/20
17:03 UTC
Read the original article
Hit count: 308
postgresql
|psql
I got this error: ERROR: could not serialize access due to concurrent update
But I'm not using serializable transaction isolation. Is that possible without setting the default isolation level to serializable? The postgres docs only mention it for serializable transactions.
© Stack Overflow or respective owner