Azure / Azure/azure-postgresql
client_min_messages not setting to parameter setting set in portal
Open
- Dominant language
- Bicep
- Stars
- 87
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
This is occurring in the Azure Gov Cloud
Expected behavior:
When the parameter_setting in Flexible Postgres is set to "ERROR" in the portal, the statement "SELECT current_setting('client_min_messages'):" returns the result of "ERROR".
Actual behavior:
When the parameter_setting in Flexible Postgres is set to "ERROR" in the portal, the statement "SELECT current_setting('client_min_messages');" returns the result of "NOTICE".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.