Carsten Marx wrote:
> We need in our case a reliable connection. In other words, if the
> connection is down, the JDBC driver should try to reconnect certain
> times without throwing exceptions.
The PostgreSQL driver doesn't provide this functionality. You could
achieve something similar by wrapping the driver, perhaps.. but doesn't
this belong in application logic?
-O