We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861095a commit 9ac9878Copy full SHA for 9ac9878
doc/src/sgml/indices.sgml
@@ -733,8 +733,8 @@ CREATE INDEX people_names ON people ((first_name || ' ' || last_name));
733
734
<para>
735
Index expressions are relatively expensive to maintain, because the
736
- derived expression(s) must be computed for each row upon insertion
737
- and whenever it is updated. However, the index expressions are
+ derived expression(s) must be computed for each row insertion
+ and non-HOT update. However, the index expressions are
738
<emphasis>not</emphasis> recomputed during an indexed search, since they are
739
already stored in the index. In both examples above, the system
740
sees the query as just <literal>WHERE indexedcolumn = 'constant'</literal>
0 commit comments