From: Andrew Gierth Date: Thu, 17 May 2018 20:23:01 +0000 (+0100) Subject: doc: fix description of backward_scan X-Git-Tag: REL_10_5~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee68541ce60dd585cbc53142ab9cd14bf10fdf8f;p=postgresql doc: fix description of backward_scan The description of the index property backward_scan was incorrect and misleading; rectify. Backpatch to 9.6 where the amutils functionality was introduced. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 21d22869e8..d9aa7c9607 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -17366,7 +17366,9 @@ SELECT currval(pg_get_serial_sequence('sometable', 'id')); backward_scan - Can the index be scanned backwards? + Can the scan direction be changed in mid-scan (to + support FETCH BACKWARD on a cursor without + needing materialization)?