You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/release-16.sgml
+3-3
Original file line number
Diff line number
Diff line change
@@ -2838,12 +2838,12 @@ Author: Michael Paquier <michael@paquier.xyz>
2838
2838
2839
2839
<listitem>
2840
2840
<para>
2841
-
Allow auto_explain to log query parameters used in executing prepared statements (Dagfinn Ilmari Mannsåker)
2841
+
Allow auto_explain to log values passed to parameterized statements (Dagfinn Ilmari Mannsåker)
2842
2842
</para>
2843
2843
2844
2844
<para>
2845
-
This is controlled by auto_explain.log_parameter_max_length, and by default query parameters will be logged with no length restriction.
2846
-
SHOULD THIS BE MORE CLEARLY IDENTIFIED AS CONTROLLING THE EXECUTION OF PREPARED STATEMENTS?
2845
+
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
0 commit comments