log file: showing disconnects as well as connects? - Mailing list pgsql-admin

From Mark Harrison
Subject log file: showing disconnects as well as connects?
Date
Msg-id 401814F3.1030702@pixar.com
Whole thread Raw
List pgsql-admin
Here's a quickie script to watch a particular session:

tail -f $LOG | awk '
/connection received: host='$1'/ { pid = $3 }
$3 == pid { print }'

Is there something in the log file which will indicate
a disconnect as well?

Many TIA,
Mark


pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Error seen when vacuuming pg_largeobject table
Next
From: Frank Way
Date:
Subject: How to determine which file contains which block