Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 64087eb

Browse files
committed
doc: List compute_query_id in required config for pg_stat_statements
Not enabling compute_query_id would disable pg_stat_statements even if the module is listed in shared_preload_libraries, so add it to the minimum configuration set as listed in its documentation. Author: Greg Nancarrow Reviewed-by: Julien Rouhaud, Bharath Rupireddy Discussion: https://postgr.es/m/CAJcOf-fXyb2QiDbwftD813UF70w-+BsK-03bFp1GrijXU9GQYQ@mail.gmail.com
1 parent 22b2dec commit 64087eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/src/sgml/pgstatstatements.sgml

+1
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@
740740
# postgresql.conf
741741
shared_preload_libraries = 'pg_stat_statements'
742742

743+
compute_query_id = on
743744
pg_stat_statements.max = 10000
744745
pg_stat_statements.track = all
745746
</programlisting>

0 commit comments

Comments
 (0)