Re: [BUGS] postgres client connection issue - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] postgres client connection issue
Date
Msg-id 9956.1486223816@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] postgres client connection issue  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I wrote:
> it sure looks like this is basically a network problem: something in
> between is killing the connection.

BTW, in case it's not obvious, you should now be thinking in terms of
"localize the network problem", and PG might be able to help you with
that.  If the client connections are coming from multiple places, pay
attention to which one(s) are seeing problems.  The default logging
options you seem to be using aren't going to be much help, but you could
turn on log_connections and/or log_disconnections, and adjust
log_line_prefix to help you identify just which connections are losing.

            regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] postgres client connection issue
Next
From: joel.traf@magwerks.com
Date:
Subject: [BUGS] plpython bug