We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent806dcce commitf6da23fCopy 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</>conditionto use the <structfield>b</> column, an
+identicalplan is generated. But observe what happens if we apply the same
506
condition on both columns, combining them with <literal>AND</>:
507
508
<programlisting>