From: | "sandhya" <sandhyar(at)amiindia(dot)co(dot)in> |
---|---|
To: | "postgre" <pgsql-admin(at)postgresql(dot)org> |
Cc: | "sandhya" <sandhyar(at)amiindia(dot)co(dot)in> |
Subject: | reg:permission for the remote clients |
Date: | 2005-08-03 13:34:08 |
Message-ID: | 012001c59830$069cd200$cd00000a@amiindiahjwbgh |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi,
I need a help.
I have postgresql database server running in my system.
If i want to connect with this database from any other system's what i should do?
Where should i set permissions for the other ' ip's ' to connect with my database?
Please tell me what i did is correct or not.If not,suggest me where to set this permission.
I have set the permissions in the pg_hba.conf file for allowing the
clients to the particular datbase and for the particular ip range?
once i set, i have restarted the postgres server.
The following is the one i have added in pg_hba.conf :
TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
host all all 10.3.0.76 255.255.255.0 trust
How to check the permission setted for the database is initialized - whether
by restarting the server or restarting the system itself ?
Thank you.....
Regards,
Sandhya
From | Date | Subject | |
---|---|---|---|
Next Message | Guido Barosio | 2005-08-03 13:41:38 | Re: Vacuum doesn't end |
Previous Message | Scott Barvick | 2005-08-03 13:28:22 | Vacuum doesn't end |