Re: [GENERAL] granting acces to an external client

2007-07-25 Thread Luca Ferrari
On Wednesday 25 July 2007 Sorin N. Ciolofan's cat, walking on the keyboard, wrote: > 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"? > This s

[GENERAL] granting acces to an external client

2007-07-25 Thread 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? Thank you Wi