mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
doc: adjust expression index analyze working some more
This applies the fix bcbd771332
to skipped branches.
Reported-by: Erik Rijkers
Discussion: https://postgr.es/m/e92b3fba98a0c0f7afc0a2a37e765954@xs4all.nl
Backpatch-through: 9.5-11
This commit is contained in:
@ -569,7 +569,7 @@ Indexes:
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The regularly system collects statistics on all of a table's
|
The system regularly collects statistics on all of a table's
|
||||||
columns. Newly-created non-expression indexes can immediately
|
columns. Newly-created non-expression indexes can immediately
|
||||||
use these statistics to determine an index's usefulness.
|
use these statistics to determine an index's usefulness.
|
||||||
For new expression indexes, it is necessary to run <link
|
For new expression indexes, it is necessary to run <link
|
||||||
|
Reference in New Issue
Block a user