]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Fix log_parameter_max_length docs to reference log_min_duration_statement
authorFujii Masao <fujii@postgresql.org>
Thu, 16 Jul 2026 04:35:36 +0000 (13:35 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 16 Jul 2026 04:36:40 +0000 (13:36 +0900)
commit4a4d6d1d1d997cb46b2931abb99a1a67e59cf5ca
treef48bbf2c024026bc45a3cb04088175231988b2e3
parent4d7feebfbd2f4ed84f95912be12225749ddf6e76
doc: Fix log_parameter_max_length docs to reference log_min_duration_statement

The documentation for log_parameter_max_length said it affects messages
generated by log_duration. However, log_duration alone does not log bind
parameter values, so this is misleading.

This commit updates the documentation to reference log_min_duration_statement,
which can log bind parameters, to better reflect actual behavior.

Backpatch to all supported versions.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Surya Poondla <suryapoondla4@gmail.com>
Discussion: https://postgr.es/m/CAHGQGwGnCVMVz8-LU9F8Sh57bkQX3jMZzx7age7M0LFEz5=Fog@mail.gmail.com
Backpatch-through: 14
doc/src/sgml/config.sgml