Re: Invalid PSQLState used in connection classes

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Donald Fraser" <postgres(at)kiwi-fraser(dot)net>, "[JDBC]" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Invalid PSQLState used in connection classes
Date: 2011-03-08 16:48:57
Message-ID: 4D760999020000250003B603@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

"Donald Fraser" <postgres(at)kiwi-fraser(dot)net> wrote:

> However if I have a broken network between my client and the
> server, such that there is no route to the server, I can get a
> ConnectException and I have not established, in any way, a
> connection to the PostgreSQL server.

08001 - SQLCLIENT UNABLE TO ESTABLISH SQLCONNECTION

Sounds better for that sort of failure.

-Kevin

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Valentine Gogichashvili 2011-03-08 17:18:37 Type OID search does not support search_path and multiple schemas
Previous Message Donald Fraser 2011-03-08 16:03:56 Invalid PSQLState used in connection classes