Sorin N. Ciolofan написа:
> Hello!
>
> I'd like to ask you what line should be added in pg_hba.conf file in order
> to grant access to a user with ip
> 139.100.99.98 to a db named "myDB" with user "scott" with password
> "mikepwd"?
>
> After modifying this file is enough to issue
> pg_ctl reload
> or should I restart postgres?
>
http://www.postgresql.org/docs/current/static/auth-pg-hba-conf.html
(Hint: look for "The pg_hba.conf file is read on...")
--
Milen A. Radev