Sample Header Ad - 728x90

Update log_statement value from all to none in EDB postgres

1 vote
1 answer
150 views
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();
Asked by user263316 (13 rep)
Nov 2, 2022, 10:35 AM
Last activity: Nov 2, 2022, 07:37 PM