]> granicus.if.org Git - postgresql/commitdiff
doc: Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 17 Jun 2017 23:03:12 +0000 (19:03 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 17 Jun 2017 23:03:12 +0000 (19:03 -0400)
Author: Julien Rouhaud <julien.rouhaud@dalibo.com>

doc/src/sgml/planstats.sgml

index 8caf297f85967882a70cf99c50f2b00955946842..838fcda6d21424450ee234add9bca79bf673948e 100644 (file)
@@ -501,8 +501,8 @@ EXPLAIN (ANALYZE, TIMING OFF) SELECT * FROM t WHERE a = 1;
     of this clause to be 1%.  By comparing this estimate and the actual
     number of rows, we see that the estimate is very accurate
     (in fact exact, as the table is very small).  Changing the
-    <literal>WHERE</> to use the <structfield>b</> column, an identical
-    plan is generated.  But observe what happens if we apply the same
+    <literal>WHERE</> condition to use the <structfield>b</> column, an
+    identical plan is generated.  But observe what happens if we apply the same
     condition on both columns, combining them with <literal>AND</>:
 
 <programlisting>