Re: fix log_min_duration_statement logic error - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: fix log_min_duration_statement logic error
Date
Msg-id Pine.LNX.4.44.0310051514210.2745-100000@peter.localdomain
Whole thread Raw
In response to Re: fix log_min_duration_statement logic error  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: fix log_min_duration_statement logic error  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: fix log_min_duration_statement logic error  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane writes:

> I would prefer to see the log entries look like
>
>     LOG: query: select * from pg_class;
>     LOG: duration: nn.nnn msec

I'm not fond of the abbrevation "msec" or even "msecs".  The official
abbreviation is "ms".

Btw., I was wondering, are we kidding ourselves when we display
microsecond precision to the user?  What accuracy do these measurements
have in respect to what they are actually supposed to measure?

--
Peter Eisentraut   peter_e@gmx.net


pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: fix log_min_duration_statement logic error
Next
From: Bruce Momjian
Date:
Subject: Re: fix log_min_duration_statement logic error