Search Postgresql Archives

Re: what could be blocking an insertion?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> There were other JDBC clients but they never
> lock any tables. They all used transactions with the serializable isolation level. 

If you have concurrent access and some isolation you have locking.
If two inserts/updates try to change the same data (even via
triggers/rules) you get a failed commit.

maybe tis helps

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux