doc: PG 16 relnotes, adjust auto_explain logging item
authorBruce Momjian <[email protected]>
Tue, 30 May 2023 10:04:09 +0000 (06:04 -0400)
committerBruce Momjian <[email protected]>
Tue, 30 May 2023 10:04:09 +0000 (06:04 -0400)
Reported-by: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/[email protected]

doc/src/sgml/release-16.sgml

index 816286575f5480ee4f5ebab7fcd717e3bf33ebf4..32678074d2985b824c90af4691c3aabb0b9bc821 100644 (file)
@@ -2838,12 +2838,12 @@ Author: Michael Paquier <[email protected]>
 
 <listitem>
 <para>
-Allow auto_explain to log query parameters used in executing prepared statements (Dagfinn Ilmari Mannsåker)
+Allow auto_explain to log values passed to parameterized statements (Dagfinn Ilmari Mannsåker)
 </para>
 
 <para>
-This is controlled by auto_explain.log_parameter_max_length, and by default query parameters will be logged with no length restriction.
-SHOULD THIS BE MORE CLEARLY IDENTIFIED AS CONTROLLING THE EXECUTION OF PREPARED STATEMENTS?
+This affects queries using server-side PRAPARE/EXECUTE and client-side parse/bind.  Logging is controlled by auto_explain.log_parameter_max_length;  by default query parameters will
+be logged with no length restriction.
 </para>
 </listitem>