We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806dcce commit f6da23fCopy full SHA for f6da23f
doc/src/sgml/planstats.sgml
@@ -501,8 +501,8 @@ EXPLAIN (ANALYZE, TIMING OFF) SELECT * FROM t WHERE a = 1;
501
of this clause to be 1%. By comparing this estimate and the actual
502
number of rows, we see that the estimate is very accurate
503
(in fact exact, as the table is very small). Changing the
504
- <literal>WHERE</> to use the <structfield>b</> column, an identical
505
- 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
506
condition on both columns, combining them with <literal>AND</>:
507
508
<programlisting>
0 commit comments