Re: [BUGS] postgres client connection issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] postgres client connection issue
Дата
Msg-id 9956.1486223816@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] postgres client connection issue  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] postgres client connection issue
Следующее
От: joel.traf@magwerks.com
Дата:
Сообщение: [BUGS] plpython bug