pgsql: docs: mention that expression indexes need analyze

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: docs: mention that expression indexes need analyze
Дата
Msg-id E1kdImF-0005Ol-Fe@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: docs: mention that expression indexes need analyze  (Erik Rijkers <er@xs4all.nl>)
Список 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/90fdc259866ed800283620c8fe6329015ad58e5c

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: wire protocol data type for history file content is bytea
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: clarify where to find pg_type_d.h (PG 11+) and pg_type.h