Without data, you're just another person with an opinion – W. Edwards Deming
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();
Note: only a member of this blog may post a comment.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.