We can load config settings updated on pg_hba.conf to postgres database without restarting database using below commands
From Command Prompt:
/usr/bin/pg_ctl reload
Using sql Command from psql:
SELECT pg_reload_conf();
No comments:
Post a Comment