Re: [PATCHES] log session end - again

From: Chester Kustarz <chester(at)arbor(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCHES] log session end - again
Date: 2004-02-05 20:17:15
Message-ID: Pine.BSO.4.44.0402051512590.30592-100000@detroit.arbor.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2004-02-05 20:37:14 Preventing duplicate vacuums?
Previous Message Austin Gonyou 2004-02-05 20:15:26 Re: PITR Dead horse?

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2004-02-05 21:44:37 Re: [PATCHES] log session end - again
Previous Message Joe Conway 2004-02-05 20:16:55 Re: dblink: rollback transaction