From f6da23f526cf622d2dbcee47695b4aedf8ab2c69 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 17 Jun 2017 19:03:12 -0400 Subject: [PATCH] doc: Fix typo Author: Julien Rouhaud --- doc/src/sgml/planstats.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/planstats.sgml b/doc/src/sgml/planstats.sgml index 8caf297f85..838fcda6d2 100644 --- a/doc/src/sgml/planstats.sgml +++ b/doc/src/sgml/planstats.sgml @@ -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 - WHERE to use the b column, an identical - plan is generated. But observe what happens if we apply the same + WHERE condition to use the b column, an + identical plan is generated. But observe what happens if we apply the same condition on both columns, combining them with AND: -- 2.40.0