about statement execution times in the logs - Mailing list pgsql-general

From Mickaël SALMON
Subject about statement execution times in the logs
Date
Msg-id AM8P193MB12180257357C761D349D55C5E87B2@AM8P193MB1218.EURP193.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: about statement execution times in the logs  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general

Hello community,


I have a simple question about the duration of statements, which appear in the logs when using :


log_min_duration_statement = 0


or


log_duration = on


Does this include client-time ? (i.e the time spent to send the data to the client). Or is it server-side only ?


According to different tests I made, it seems not to be, but I'd like to have your confirmation.
Note : I run pg 12


Thanks !

pgsql-general by date:

Previous
From: Dominique Devienne
Date:
Subject: Re: how to trace a backend session
Next
From: Adrian Klaver
Date:
Subject: Re: about statement execution times in the logs