Phantom read example for new Repeatable Read level - Mailing list pgsql-general

From Durumdara
Subject Phantom read example for new Repeatable Read level
Date
Msg-id CAEcMXhnjOaie9LfWPDp2E7q_QLTvtYs1gQeVsdXkAk6Y91KyoA@mail.gmail.com
Whole thread Raw
List pgsql-general
Dear Everybody!

Can somebody show me an example for phantom read in "Repeatable Read" mode (in 9.1, new, serialized kind of isolation level)?

The help wrote that it is possible:

Repeatable readNot possibleNot possiblePossible
But I don't understand, why, and how.

C1, C2 are clients.
Every of them is in RR transaction.

What need to do in C1 to read C2's "phantom records"?
Can you show me the detailed steps?

Thanks for every info, help!

Best wishes: dd

pgsql-general by date:

Previous
From: "George Weaver"
Date:
Subject: View using dblink fails if not able to make connection
Next
From: "Kevin Grittner"
Date:
Subject: Re: Phantom read example for new Repeatable Read level