PostgreSQL does not support the DIRTY READ isolation level that would permit this. That means that tricks like: UPDATE queue SET is_done = 't' WHERE itemno ...
確定! 回上一頁