diff --git a/doc/src/sgml/ref/create_statistics.sgml b/doc/src/sgml/ref/create_statistics.sgml index e3e5c297ddb..a145c41f04b 100644 --- a/doc/src/sgml/ref/create_statistics.sgml +++ b/doc/src/sgml/ref/create_statistics.sgml @@ -167,6 +167,12 @@ CREATE STATISTICS [ IF NOT EXISTS ] statistics_na maintenance. Expression statistics are built automatically for each expression in the statistics object definition. + + + Extended statistics are not currently used by the planner for selectivity + estimations made for table joins. This limitation will likely be removed + in a future version of PostgreSQL. +