New settings in pg:settings for Heroku Postgres
Change effective on 24 September 2024
We added three new settings to pg:settings on Heroku Postgres.
log-min-error-statement: Controls the logging of SQL statements that cause an error at a specified severity level.pg-replication-slot-logs: Displays stats on replication slots on your database such as spilled data and stream operations.auto-explain:log-format: Sets the format for theEXPLAINcommand.
See Heroku PGSettings for more information.