auto_explain.log_triggers=on

pull/4696/head
Dull Bananas 2024-05-04 15:49:26 +00:00
parent 95600da4af
commit 078b2dbb9b
1 changed files with 3 additions and 0 deletions

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
)