diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/brin.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml index 06880c0f7bf..078f51bb55a 100644 --- a/doc/src/sgml/brin.sgml +++ b/doc/src/sgml/brin.sgml @@ -464,12 +464,14 @@ typedef struct BrinOpcInfo <varlistentry> <term><function>bool consistent(BrinDesc *bdesc, BrinValues *column, - ScanKey key)</function></term> + ScanKey *keys, int nkeys)</function></term> <listitem> <para> - Returns whether the ScanKey is consistent with the given indexed - values for a range. + Returns whether all the ScanKey entries are consistent with the given + indexed values for a range. The attribute number to use is passed as part of the scan key. + Multiple scan keys for the same attribute may be passed at once, the + number of entries is determined by the <literal>nkeys</literal> parameter. </para> </listitem> </varlistentry> |