docs: mention that expression indexes need analyze

Bruce Momjian <bruce@momjian.us>

Commit: e4b5e5f7fdedda5092065c546a8c92bf1355464e
Author: Bruce Momjian <bruce@momjian.us>
Date: 2020-11-12T20:00:44Z
Releases: 13.2
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

Files

PathChange+/−
doc/src/sgml/ref/create_index.sgml modified +10 −0

Documentation touched