Hi, MVCC does use a mechanism that behaves like locks when writing (locking the changed rows at least), and in some cases also when reading (predicate locking for example). See also http://www.postgresql.org/docs/9.2/static/transaction-iso.html
Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
