From: Justin Pryzby Date: Wed, 19 Oct 2022 22:04:50 -0500 Subject: [PATCH 01/16] doc: autoexplain: fix tag (v16) since: d4bfe41281705c1bcb7093b3d07ce5ff1114341b https://www.postgresql.org/docs/devel/auto-explain.html --- doc/src/sgml/auto-explain.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/auto-explain.sgml b/doc/src/sgml/auto-explain.sgml index 394fec94e88..0899e55e4ca 100644 --- a/doc/src/sgml/auto-explain.sgml +++ b/doc/src/sgml/auto-explain.sgml @@ -73,7 +73,7 @@ LOAD 'auto_explain'; auto_explain.log_parameter_max_length controls the - logging of query parameter values. A value of-1 (the + logging of query parameter values. A value of -1 (the default) logs the parameter values in full. 0 disables logging of parameter values. A value greater than zero truncates each parameter value to that many bytes. Only superusers can change this -- 2.25.1 --TBNym+cBXeFsS4Vs Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0002-doc-acronym-UTF.patch"