From: | "Chandra Sekhar Surapaneni" <chandu(at)positivenetworks(dot)net> |
---|---|
To: | "sandhya" <sandhyar(at)amiindia(dot)co(dot)in>, "postgre" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: reg:permission for the remote clients |
Date: | 2005-08-03 21:24:48 |
Message-ID: | 0F7F9A82BB0DBB4396A9F8386D0E061218E0B7@pos-exch1.positivenetworks.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
What you did is correct if you want to give access to all ip addresses
in 10.3.0.*. You might also want to add your local host to this list.
You can just restart postmaster or run "pg_ctl reload" for these
permissions to take effect. You can find all this information in
pg_hba.conf file or in the postgres documentation.
________________________________
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of sandhya
Sent: Wednesday, August 03, 2005 8:34 AM
To: postgre
Cc: sandhya
Subject: [ADMIN] reg:permission for the remote clients
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 | Fabio C. Bon | 2005-08-04 13:22:56 | Questions about fsync |
Previous Message | Tom Lane | 2005-08-03 19:39:00 | Re: Defer Committing Updates on High-Activity Table |