diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 2ce93fbfa36..7ece94474d9 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -7370,6 +7370,19 @@ local0.* /var/log/postgresql </row> <row> + <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. + </entry> + </row> + + <row> <entry><literal>all</literal></entry> <entry> A convenience alias equivalent to specifying all options. If |