Re: Troublesome handling of dropped connection

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Francisco Reyes <lists(at)natserv(dot)com>
Cc: pgsql General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Troublesome handling of dropped connection
Date: 2001-11-27 15:30:04
Message-ID: 19020.1006875004@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Francisco Reyes <lists(at)natserv(dot)com> writes:
>> Did you look to see whether your old session had disconnected or not?

> How would I see this from within psql?

Right now I think "ps" on the server machine is the only viable way.
In 7.2 the pg_stat_activity table would give you a clue, at least.
You might care to read
http://candle.pha.pa.us/main/writings/pgsql/sgml/monitoring.html
which is from 7.2 docs, but the info about using ps applies to 7.1.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message William WAISSE 2001-11-27 15:37:39 Re: newbie needs help with postgres internal tables
Previous Message Francisco Reyes 2001-11-27 15:27:32 Re: Troublesome handling of dropped connection