doc: fix description of backward_scan
authorAndrew Gierth
Thu, 17 May 2018 20:23:48 +0000 (21:23 +0100)
committerAndrew Gierth
Thu, 17 May 2018 20:23:48 +0000 (21:23 +0100)
The description of the index property backward_scan was incorrect and
misleading; rectify.

Backpatch to 9.6 where the amutils functionality was introduced.

doc/src/sgml/func.sgml

index 53a40ddeecfea588ec6bbc6488943e56e674d443..b851fe023a72dc65f031fed9ded0647c0d9277f0 100644 (file)
@@ -17519,7 +17519,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)?