doc: clarify log_connections new "setup_durations" output
authorBruce Momjian <bruce@momjian.us>
Thu, 29 May 2025 01:42:34 +0000 (21:42 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 29 May 2025 01:42:34 +0000 (21:42 -0400)
doc/src/sgml/config.sgml

index ca2a567b2b19fec3e45a23942c18beb4d5a5623c..f4a0191c55b8e9d12d8093ccbfbe83d8f98df567 100644 (file)
@@ -7527,12 +7527,12 @@ local0.*    /var/log/postgresql
            <entry><literal>setup_durations</literal></entry>
            <entry>
             Logs the time spent establishing the connection and setting up the
-            backend at the time the connection is ready to execute its first
-            query. The log message includes the total setup duration, starting
-            from the postmaster accepting the incoming connection and ending
-            when the connection is ready for query. It also includes the time
-            it took to fork the new backend and the time it took to
-            authenticate the user.
+            backend until the connection is ready to execute its first
+            query. The log message includes three durations:  the total
+            setup duration (starting from the postmaster accepting the
+            incoming connection and ending when the connection is ready
+            for query), the time it took to fork the new backend, and
+            the time it took to authenticate the user.
            </entry>
           </row>