diff --git a/scripts/start_dev_db.sh b/scripts/start_dev_db.sh index 5965316ba..9e19b9ccd 100644 --- a/scripts/start_dev_db.sh +++ b/scripts/start_dev_db.sh @@ -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 )