Skip to content

Commit

Permalink
Mise à jour de auto-explain
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Lorek authored and gleu committed Jun 6, 2020
1 parent 19275a1 commit 704ad6b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions postgresql/auto-explain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,18 @@
<term>
<varname>auto_explain.log_wal</varname> (<type>boolean</type>)
<indexterm>
<primary><varname>auto_explain.log_wal</varname> configuration parameter</primary>
<primary>paramètre de configuration <varname>auto_explain.log_wal</varname></primary>
</indexterm>
</term>
<listitem>
<para>
<varname>auto_explain.log_wal</varname> controls whether WAL
usage statistics are printed when an execution plan is logged; it's
equivalent to the <literal>WAL</literal> option of <command>EXPLAIN</command>.
This parameter has no effect
unless <varname>auto_explain.log_analyze</varname> is enabled.
This parameter is off by default.
Only superusers can change this setting.
<para>
<varname>auto_explain.log_wal</varname> contrôle l'affichage des statistiques d'utilisation des journaux de transaction
lorsqu'un plan d'exécution est tracé&nbsp;; il s'agit de l'équivalent de l'option <literal>WAL</literal>
pour la commande <command>EXPLAIN</command>.
Ce paramètre n'a pas d'effet tant que <varname>auto_explain.log_analyze</varname> n'est pas activé.
Ce paramètre est désactivé par défault.
Seuls les superutilisateurs peuvent modifier la
valeur de ce paramètre.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit 704ad6b

Please sign in to comment.