pgsql/src/interfaces/jdbc/org/postgresql Conne ... - Mailing list pgsql-committers

From davec@postgresql.org (Dave Cramer)
Subject pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Date
Msg-id 20020309170839.EB296475876@postgresql.org
Whole thread Raw
List pgsql-committers
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. 


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/ oc/src/sgml/runtime.sgml rc/backend/uti ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src backend/access/hash/hash.c backend/a ...