Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f6da23f

Browse files
committed
doc: Fix typo
Author: Julien Rouhaud <julien.rouhaud@dalibo.com>
1 parent 806dcce commit f6da23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/planstats.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ EXPLAIN (ANALYZE, TIMING OFF) SELECT * FROM t WHERE a = 1;
501501
of this clause to be 1%. By comparing this estimate and the actual
502502
number of rows, we see that the estimate is very accurate
503503
(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
504+
<literal>WHERE</> condition to use the <structfield>b</> column, an
505+
identical plan is generated. But observe what happens if we apply the same
506506
condition on both columns, combining them with <literal>AND</>:
507507

508508
<programlisting>

0 commit comments

Comments
 (0)