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.