INSERT and transaction searilization in PostreSQL

Posted by Alexander on Stack Overflow See other posts from Stack Overflow or by Alexander
Published on 2010-06-10T02:28:55Z Indexed on 2010/06/10 2:32 UTC
Read the original article Hit count: 245

Hello!

I have a question. Transaction isolation level set to serializable. When the one user open transaction and INSERT or UPDATE data in "table1" and then another user open transaction and try to INSERT data to the same table is second user need to wait 'til the first user commits the transaction?

© Stack Overflow or respective owner

Related posts about postgresql

Related posts about transactions