Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit64087eb

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 ifthe module is listed in shared_preload_libraries, so add it to theminimum configuration set as listed in its documentation.Author: Greg NancarrowReviewed-by: Julien Rouhaud, Bharath RupireddyDiscussion:https://postgr.es/m/CAJcOf-fXyb2QiDbwftD813UF70w-+BsK-03bFp1GrijXU9GQYQ@mail.gmail.com
1 parent22b2dec commit64087eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎doc/src/sgml/pgstatstatements.sgml

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp