doc: PG 16 relnotes, adjust auto_explain logging item

Reported-by: Dagfinn Ilmari Mannsåker

Discussion: https://postgr.es/m/878rdctb7o.fsf@wibble.ilmari.org
This commit is contained in:
Bruce Momjian 2023-05-30 06:04:09 -04:00
parent e77c6c55e8
commit 0bcb3ca3b9
1 changed files with 3 additions and 3 deletions

View File

@ -2838,12 +2838,12 @@ Author: Michael Paquier <michael@paquier.xyz>
<listitem> <listitem>
<para> <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>
<para> <para>
This is controlled by auto_explain.log_parameter_max_length, and by default query parameters will be logged with no length restriction. 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
SHOULD THIS BE MORE CLEARLY IDENTIFIED AS CONTROLLING THE EXECUTION OF PREPARED STATEMENTS? be logged with no length restriction.
</para> </para>
</listitem> </listitem>