Make pg_hba.conf Changes Activate Without Restarting Postgres
PostgreSQL authentication can be controlled using the pg_hba.conf file to specify what IP addresses have access to the postgres database. After making changes to this file you should never reboot the server but instead signal it to reload this configuration file. Follow the below steps to reload.