PostgreSQL 19 introduces a new capability allowing `log_min_messages` to be configured per process type rather than as a single global setting. The syntax uses a comma-separated list of `type:level` pairs alongside a default level, making it fully backwards-compatible. This enables DBAs and developers to target verbose debug
Sort: