log file: showing disconnects as well as connects?

Поиск
Список
Период
Сортировка
От Mark Harrison
Тема log file: showing disconnects as well as connects?
Дата
Msg-id 401814F3.1030702@pixar.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Error seen when vacuuming pg_largeobject table
Следующее
От: Frank Way
Дата:
Сообщение: How to determine which file contains which block