Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0bcb3ca

Browse files
committed
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
1 parent e77c6c5 commit 0bcb3ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/release-16.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2838,12 +2838,12 @@ Author: Michael Paquier <michael@paquier.xyz>
28382838

28392839
<listitem>
28402840
<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)
28422842
</para>
28432843

28442844
<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
2846+
be logged with no length restriction.
28472847
</para>
28482848
</listitem>
28492849

0 commit comments

Comments
 (0)