Skip to content

Commit

Permalink
Suppression des espaces blancs
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Apr 15, 2020
1 parent 74bdf7f commit b760ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgresql/perform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ EXPLAIN UPDATE parent SET f2 = f2 + 1 WHERE f1 = 101;
</para>

<para>
Dans certains cas, le planificateur préfèrera un plan <quote>simple</quote>
Dans certains cas, le planificateur préfèrera un plan <quote>simple</quote>
d'index&nbsp;:

<screen>
Expand Down Expand Up @@ -942,7 +942,7 @@ EXPLAIN ANALYZE SELECT * FROM tenk1 WHERE unique1 &lt; 100 AND unique2 &gt; 9000
</para>

<para>
Habituellement, la sortie d'<command>EXPLAIN</command> affichera
Habituellement, la sortie d'<command>EXPLAIN</command> affichera
chaque nœud de plan généré par le planificateur de requêtes. Néanmoins, il
existe des cas où l'exécuteur peut déterminer que certains nœuds n'ont pas
besoin d'être exécutés, car ils ne produisent aucune ligne. (Actuellement,
Expand Down

0 comments on commit b760ccb

Please sign in to comment.