Deployed 626420f to REL_1_STABLE with MkDocs 1.3.0 and mike 1.1.2

gh-pages
GitHub Action 2022-06-28 19:38:35 +00:00
parent b944f55ff9
commit 46ea5b7eed
3 changed files with 4 additions and 3 deletions

View File

@ -1442,8 +1442,9 @@ With this information, <code>pg_stat_monitor</code> enables users to track a que
<p>Type: boolean. Default: 1</p> <p>Type: boolean. Default: 1</p>
<p>This parameter controls whether utility commands are tracked by the module. Utility commands are all those other than <code>SELECT</code>, <code>INSERT</code>, <code>UPDATE</code>, and <code>DELETE</code>.</p> <p>This parameter controls whether utility commands are tracked by the module. Utility commands are all those other than <code>SELECT</code>, <code>INSERT</code>, <code>UPDATE</code>, and <code>DELETE</code>.</p>
<h5 id="pg_stat_monitorpgsm_normalized_query">pg_stat_monitor.pgsm_normalized_query<a class="headerlink" href="#pg_stat_monitorpgsm_normalized_query" title="Permanent link">&para;</a></h5> <h5 id="pg_stat_monitorpgsm_normalized_query">pg_stat_monitor.pgsm_normalized_query<a class="headerlink" href="#pg_stat_monitorpgsm_normalized_query" title="Permanent link">&para;</a></h5>
<p>Type: boolean. Default: 1</p> <p>Type: boolean. Default: 0</p>
<p>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.</p> <p>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. </p>
<p>But in most cases users like the queries with a placeholder. This parameter is used to toggle between the two said options.</p>
<h5 id="pg_stat_monitorpgsm_max_buckets">pg_stat_monitor.pgsm_max_buckets<a class="headerlink" href="#pg_stat_monitorpgsm_max_buckets" title="Permanent link">&para;</a></h5> <h5 id="pg_stat_monitorpgsm_max_buckets">pg_stat_monitor.pgsm_max_buckets<a class="headerlink" href="#pg_stat_monitorpgsm_max_buckets" title="Permanent link">&para;</a></h5>
<p>Values: <p>Values:
- Min: 1 - Min: 1

File diff suppressed because one or more lines are too long

Binary file not shown.