On 4/11/08, Jan de Visser <[EMAIL PROTECTED]> wrote:
>Your commit at (2) ends the transaction, and the second select runs in
>a new one.
>jan
--
I got it. I didn't notice it is the *TRANSACTION* isolation.
Thanks a lot!
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
T
In the java code below, I set the transaction isolation to serialization.
public class IsolationTest {
private static String select = "select * from tmp where url = 'aaa'";
public static void main(String[] args) throws Exception{
//ConncetionFactory is a factory class for managi