auto_explain.log_triggers=on

This commit is contained in:
Dull Bananas 2024-05-04 15:49:26 +00:00
parent 95600da4af
commit 078b2dbb9b

View file

@ -35,6 +35,9 @@ config_args=(
# Include actual row amounts and run times for query plan nodes
-c auto_explain.log_analyze=on
# Include execution time of each trigger
-c auto_explain.log_triggers=on
# Don't log parameter values
-c auto_explain.log_parameter_max_length=0
)