Hi Euler, I am still reviewing the latest patch (v11).
Quick clarification on how this feature interacts with existing per-session and per-role/database GUC settings: If I set log_min_messages = 'warning, backend:error' at the cluster level: 1. Can an individual session still override this with SET log_min_messages = DEBUG1? 2. Do role/database-level settings (e.g., ALTER ROLE alice SET log_min_messages = DEBUG1) still work as expected? I assume both would override the cluster-level backend:error setting following standard GUC precedence rules, but wanted to confirm. Regards, Surya Poondla
