Re: Missing documentation for error code: 80S01

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Donald Fraser" <postgres(at)kiwi-fraser(dot)net>, "[ADMIN]" <pgsql-admin(at)postgresql(dot)org>, "[JDBC]" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Missing documentation for error code: 80S01
Date: 2011-04-12 19:16:02
Message-ID: 4DA45EA2020000250003C711@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-bugs pgsql-jdbc

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

> the JDBC driver does know that the server has terminated the
> connection [...] (via end of stream or EOF).
>
> Is the error class "57" a better prefix for this type of error?

Possibly. Is it really true that the client will see a clean close
for a canceled query or a clean server shutdown and never see a
clean close of the TCP connection from the server side for other
reasons?

-Kevin

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2011-04-13 00:40:38 Re: WAL archiving disaster
Previous Message bkwiencien 2011-04-12 19:14:34 Re: Intallation of postgres 9.0.3 gives an error on already installed postgres 8.4 on the same machine

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Wu 2011-04-12 20:18:47 BUG #5974: UNION construct type cast gives poor error message
Previous Message Shianmiin 2011-04-12 17:48:54 Re: PostgreSQL backend process high memory usage issue

Browse pgsql-jdbc by date

  From Date Subject
Next Message Clemens Eisserer 2011-04-12 20:39:19 Re: Howto use "COPY FROM" with the native API?
Previous Message Donald Fraser 2011-04-12 16:04:31 Re: Missing documentation for error code: 80S01