1

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();
user263316
  • 13
  • 2

1 Answers1

0

Yes, log_statement is reloadable, at least on PG14. I was experimenting with log options last week and never had to restart the server to apply changes. (Assuming EDB hasn’t changed anything in the logging code, of course.)