Enabled pg_stat_statements in postgresql
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
e97f986435
commit
1e4655895c
1 changed files with 1 additions and 0 deletions
|
@ -724,6 +724,7 @@ default_text_search_config = 'pg_catalog.english'
|
|||
# - Shared Library Preloading -
|
||||
|
||||
#shared_preload_libraries = '' # (change requires restart)
|
||||
shared_preload_libraries = 'pg_stat_statements'
|
||||
#local_preload_libraries = ''
|
||||
#session_preload_libraries = ''
|
||||
#jit_provider = 'llvmjit' # JIT library to use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue