Re: log_line_info plan

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: log_line_info plan
Date: 2004-02-18 04:11:04
Message-ID: 4032E5D8.1030908@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joshua D. Drake wrote:

> Andrew Dunstan wrote:
>
>>
>> I am about to redo the patch that would allow tagging of log lines
>> with info via a printf-style string.
>>
>> Current plans are to call the config parameter "log_line_info" and
>> implement the following escapes:
>>
>> %U = user
>> %D = database
>> %T = timestamp
>> %P = pid
>> %L = session log line number
>> %C = sessionid cookie (hex encoded session start time + pid)
>> %S = session start timestamp
>> %I = Command Tag (e.g. "CREATE TABLE")
>>
>> Any comments or suggestions before I start?
>
>
> My be kind of cool if we a a duration variable in there, especially if
> combined with %I
>

Duration of what?

This patch will not generate a single extra log line. It is intended to
tag existing log lines, particularly to make creating log analysis tools
and loading logs to tables easier.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-02-18 04:17:28 Re: log_line_info plan
Previous Message Bruce Momjian 2004-02-18 03:54:08 Re: log_line_info plan