jdbc bug
I think I found a bug, when execute following code:
...org.postgresql.Connection conn;...ResultSet rs= conn.ExecSQL("--"); file://dead here...
the porgram doesn't return any result ,just died.