diff options
Diffstat (limited to 'doc/src/sgml/spgist.sgml')
-rw-r--r-- | doc/src/sgml/spgist.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml index 18f1f3cdbd8..00432512de9 100644 --- a/doc/src/sgml/spgist.sgml +++ b/doc/src/sgml/spgist.sgml @@ -875,8 +875,9 @@ typedef struct spgLeafConsistentOut <para> Note: the <function>compress</function> method is only applied to - values to be stored. The consistent methods receive query scankeys - unchanged, without transformation using <function>compress</function>. + values to be stored. The consistent methods receive query + <structfield>scankeys</structfield> unchanged, without transformation + using <function>compress</function>. </para> </listitem> </varlistentry> |