Re: [PATCHES] log session end - again - Mailing list pgsql-hackers

From Chester Kustarz
Subject Re: [PATCHES] log session end - again
Date
Msg-id Pine.BSO.4.44.0402051512590.30592-100000@detroit.arbor.net
Whole thread Raw
In response to Re: [PATCHES] log session end - again  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [PATCHES] log session end - again  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Thu, 5 Feb 2004, Bruce Momjian wrote:
> Wow, like the idea too --- pid plus time_t start time of backend.
> Actully, it would be good to have star time first so you can sort
> everything in order of start time.

Why not just add a printf like pattern so the user can output
whatever they like?%p - backend pid%t - connect time%C - standard connection string "%t:%p"%a - autoincrement
number...

People could add more in later if they want more options.



pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Vacuum Delay feature
Next
From: Tom Lane
Date:
Subject: Re: Preventing duplicate vacuums?