Anil Gangolli wrote:

Actually, you want those two queries to be in one transaction, not two; otherwise they can see inconsistent state if there is another transaction committed between the two.

Red herring on my part. Not really a new issue for us though since we are typically using default READ_COMMITTED isolation anyway.

--a.

Reply via email to