Thread: pgsql/src/interfaces/jdbc/org/postgresql Conne ...

pgsql/src/interfaces/jdbc/org/postgresql Conne ...

From
davec@postgresql.org (Dave Cramer)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    davec@postgresql.org    02/03/09 12:08:39

Modified files:
    src/interfaces/jdbc/org/postgresql: Connection.java
                                        errors.properties

Log message:
    Here is a small patch that cleans up some error reporting in the JDBC driver. PSQLExceptions are thrown instead of
SQLExceptionsand if a warning is received while waiting for the backend secret key, that warning is chained to the new
Connectionobject instead of generating an exception. A couple new error messages have been added.