Docs: wording improvement for compute_query_id = regress
authorDavid Rowley
Wed, 13 Apr 2022 09:29:35 +0000 (21:29 +1200)
committerDavid Rowley
Wed, 13 Apr 2022 09:29:35 +0000 (21:29 +1200)
It's more accurate to say that the query identifier is not shown when
compute_query_id = regress rather than to say it is hidden.

This change (ebf6c5249) appeared in v14, so it makes sense to backpatch
this small adjustment to keep the documents consistent between v14 and
master.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20220411020336[email protected]
Backpatch-through: 14, where compute_query_id = regress was added

doc/src/sgml/config.sgml

index 18cf72db0514735a499c35baf97a55d860617dad..b6ad68acc523bdaf645b45f4a879b215ecaf87d2 100644 (file)
@@ -7684,8 +7684,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
         which lets modules such as 
         automatically enable it, and regress which
         has the same effect as auto, except that the
-        query identifier is hidden in the EXPLAIN output
-        to facilitate automated regression testing.
+        query identifier is not shown in the EXPLAIN output
+        in order to facilitate automated regression testing.
         The default is auto.