Is there any way to set log_statement for specific user in Azure PostgreSQL Flexible Server?
Normally it should be like: ALTER ROLE user_login SET log_statement TO 'all';
but due to access restriction on flexible server I got: ERROR: permission denied to set parameter "log_statement"
.
New contributor
user26422324 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1