mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
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
This commit is contained in:
parent
22b2dec31b
commit
64087eb5de
1 changed files with 1 additions and 0 deletions
|
|
@ -740,6 +740,7 @@
|
|||
# postgresql.conf
|
||||
shared_preload_libraries = 'pg_stat_statements'
|
||||
|
||||
compute_query_id = on
|
||||
pg_stat_statements.max = 10000
|
||||
pg_stat_statements.track = all
|
||||
</programlisting>
|
||||
|
|
|
|||
Loading…
Reference in a new issue