pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans
Date: 2024-10-29 03:26:55
Message-ID: E1t5csi-002wjO-A3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: clarify enable_indexscan=off also disabled Index Only Scans

Disabling enable_indexscan has always also disabled Index Only Scans.
Here we make that more clear in the documentation in an attempt to
prevent future complaints complaining about this expected behavior.

Reported-by: Melanie Plageman
Author: David G. Johnston, David Rowley
Backpatch-through: 12, oldest supported version
Discussion: https://postgr.es/m/CAAKRu_atV=kovgpaLREyG68PB5+ncKvJ2UNoeRetEgyC3Yb5Sw@mail.gmail.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/857f13f79994c7314605236b2ab567eb9d6c4766

Modified Files
--------------
doc/src/sgml/config.sgml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2024-10-29 04:05:08 Re: pgsql: Change the default value of the streaming option to 'parallel'.
Previous Message David Rowley 2024-10-29 03:26:34 pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans