I made some changes in postgresql.conf file like modifying search_path and changing port. But these changes were not being reflected. They were written in the file but were not being implemented. I used vim for editing the file.
I did those changes separately using terminal commands and they worked but can anyone tell me the reason why modifying postgres.conf was not working?
2
Answers
This happens sometimes because that changes was not stored/saved properly. So once you are done with the changes, save them and then run to make sure you are working on the correct file.
Just don’t forget to restart the server after changes in pg conf.