I need to change log_hostname
to off, in an attempt to fix a performance issue as recommended here. How do I access the postgresql.conf
file for an Azure PostgreSQL instance?
log_hostname
is NOT one of the parameters made available under Server Parameters
in the GUI.
How do I edit it? Is it somehow accessible from pgAdmin?
Edit: Hmm, what I am asking might not be possible:
Not all PostgreSQL parameters are available for you to reconfigure in Azure Database for PostgreSQL. If a PostgreSQL parameter is not listed in your server's Azure portal Server parameters window, then it cannot be reconfigured from the default.
To review the current list of configurable parameters, navigate to the Server parameters window in the Azure portal. A few Postgres parameters require you to restart the server for them to take effect. These are indicated by the property 'Static'
.