pgsql: Doc: mention that extended stats aren't used for joins - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Doc: mention that extended stats aren't used for joins
Date
Msg-id E1qC8Xd-002yx5-Oj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: mention that extended stats aren't used for joins

Statistics defined by the CREATE STATISTICS command are only used to
assist with the selectivity estimations of base relations, never for
joins.  Here we mention this fact in the notes section of the CREATE
STATISTICS command.

Discussion: https://postgr.es/m/CAApHDvrMuVgDOrmg_EtFDZ=AOovq6EsJNnHH1ddyZ8EqL4yzMw@mail.gmail.com
Backpatch-through: 11

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f3c2fae0636ed7e9e1a6a4365192ae8ef7af425f

Modified Files
--------------
doc/src/sgml/ref/create_statistics.sgml | 6 ++++++
1 file changed, 6 insertions(+)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Doc: mention that extended stats aren't used for joins
Next
From: David Rowley
Date:
Subject: pgsql: Doc: mention that extended stats aren't used for joins