pgsql: docs: mention that expression indexes need analyze - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: docs: mention that expression indexes need analyze
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
docs: mention that expression indexes need analyze

Expression indexes can't benefit from pre-computed statistics on
columns.

Reported-by: Nikolay Samokhvalov

Discussion: https://postgr.es/m/CANNMO++5rw9RDA=p40iMVbMNPaW6O=S0AFzTU=KpYHRpCd1voA@mail.gmail.com

Author: Nikolay Samokhvalov, modified

Backpatch-through: 9.5

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/64ac51a1791fa2059c843e5e5533fb7c70bda699

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: wire protocol data type for history file content is bytea
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: clarify where to find pg_type_d.h (PG 11+) and pg_type.h