Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Trouvé par Franck Boudehen.
  • Loading branch information
gleu committed Oct 10, 2019
1 parent 8030855 commit ef4d631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/ref/create_statistics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ INSERT INTO t1 SELECT i/100, i/500

ANALYZE t1;

-- le nombre de lignes correspodantes sera drastiquement sous-estimé :
-- le nombre de lignes correspondantes sera drastiquement sous-estimé :
EXPLAIN ANALYZE SELECT * FROM t1 WHERE (a = 1) AND (b = 0);

CREATE STATISTICS s1 (dependencies) ON a, b FROM t1;
Expand Down

0 comments on commit ef4d631

Please sign in to comment.