From 5fc086896ac9b92f69a9ac05dd4bef3ef6ec489b Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Tue, 28 Jun 2022 22:37:56 +0300 Subject: [PATCH] PG-460 Updated pgsm_normalized_query description (#274) modified: docs/USER_GUIDE.md --- docs/USER_GUIDE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/USER_GUIDE.md b/docs/USER_GUIDE.md index 7c30513..c4d1010 100644 --- a/docs/USER_GUIDE.md +++ b/docs/USER_GUIDE.md @@ -221,9 +221,11 @@ This parameter controls whether utility commands are tracked by the module. Util ##### pg_stat_monitor.pgsm_normalized_query -Type: boolean. Default: 1 +Type: boolean. Default: 0 -By default, the query shows the actual parameter instead of the placeholder. It is quite useful when users want to use that query and try to run that query to check the abnormalities. But in most cases users like the queries with a placeholder. This parameter is used to toggle between the two said options. +By default, the query shows the actual parameter instead of the placeholder. It is quite useful when users want to use that query and try to run that query to check the abnormalities. Users should be aware, however, that running queries with disabled normalization can expose some sensitive data. + +But in most cases users like the queries with a placeholder. This parameter is used to toggle between the two said options. ##### pg_stat_monitor.pgsm_max_buckets