From: Justin Pryzby Date: Fri, 25 Mar 2022 12:20:37 -0500 Subject: [PATCH 10/13] doc review: compute_query_id = regress ebf6c5249b7db525e59563fb149642665c88f747 --- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 81cacdcbe40..4ddfa2a19a6 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -8095,8 +8095,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. -- 2.17.1 --KlAEzMkarCnErv5Q Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0011-doc-review-row-filters-for-logical-replication.patch"