doc: fix description of backward_scan
authorAndrew Gierth
Thu, 17 May 2018 20:19:57 +0000 (21:19 +0100)
committerAndrew Gierth
Thu, 17 May 2018 20:19:57 +0000 (21:19 +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 29f9e65a88d3f6f2c137ce0188c6248fb2b78c5c..89c5d75a3bbd4e7f7e9dc051ba6b08fe84884fcc 100644 (file)
@@ -16840,7 +16840,9 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
      
      
       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)?