minor error reporting fixes

From: Liam Stewart <liams(at)redhat(dot)com>
To: PostgreSQL JDBC List <pgsql-jdbc(at)postgresql(dot)org>, PostgreSQL Patches List <pgsql-patches(at)postgresql(dot)org>
Subject: minor error reporting fixes
Date: 2002-03-08 17:53:11
Message-ID: 20020308125311.A15759@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches


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

Liam

--
Liam Stewart :: Red Hat Canada, Ltd. :: liams(at)redhat(dot)com

Attachment Content-Type Size
patch.txt text/plain 5.8 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mauricio S. Palazzi 2002-03-08 18:33:11 PostgreSQL & JBoss HOWTO
Previous Message Dave Cramer 2002-03-08 17:16:47 Re: vacuum

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2002-03-09 02:15:12 Docs on BOOTSTRAP relations
Previous Message Bruce Momjian 2002-03-08 17:26:08 Re: Index USING in pg_dump