Re: Mistake in documentation for CREATE STATISTICS

2019-06-14 Thread Tom Lane
PG Doc comments form writes: > The example on https://www.postgresql.org/docs/11/sql-createstatistics.html > seems wrong: instead of "EXPLAIN ANALYZE SELECT ..." it should say "EXPLAIN > SELECT ...". If changed that way, the query optimizer estimates the number > of rows at 1 and then 100 after st

Mistake in documentation for CREATE STATISTICS

2019-06-13 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/sql-createstatistics.html Description: The example on https://www.postgresql.org/docs/11/sql-createstatistics.html seems wrong: instead of "EXPLAIN ANALYZE SELECT ..." it should say "EXPLA