I want to change log_statement value from all to none on EDB 13 postgresql.conf file. Is the below command is sufficient to reflect above change that are updated in postgresql.conf file?
# su - enterprisedb
# psql
# postgres> SELECT pg_reload_conf();