We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0762f commit c2d35bbCopy full SHA for c2d35bb
doc/src/sgml/ref/create_statistics.sgml
@@ -171,6 +171,12 @@ CREATE STATISTICS [ [ IF NOT EXISTS ] <replaceable class="parameter">statistics_
171
maintenance. Expression statistics are built automatically for each
172
expression in the statistics object definition.
173
</para>
174
+
175
+ <para>
176
+ Extended statistics are not currently used by the planner for selectivity
177
+ estimations made for table joins. This limitation will likely be removed
178
+ in a future version of <productname>PostgreSQL</productname>.
179
+ </para>
180
</refsect1>
181
182
<refsect1 id="sql-createstatistics-examples">
0 commit comments