Re: Urgent - Mailing list pgsql-general

From Dinesh Pandey
Subject Re: Urgent
Date
Msg-id 20050419040320.66C9052AAD@svr1.postgresql.org
Whole thread Raw
In response to Urgent  (ElayaRaja S <elayaraja.s@gmail.com>)
List pgsql-general
Edit "postgres.conf" and "pg_hba.conf" to access database from a remote
machine

Edit "postgres.conf":
------------------------------------------
listen_addresse='*'

Edit "pg_hba.conf":
------------------------------------------
host    all        all     10.10.0.76       255.255.255.0
trust



Thanks
Dinesh Pandey

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of ElayaRaja S
Sent: Tuesday, April 19, 2005 12:26 AM
To: pgsql-general@postgresql.org
Subject: [GENERAL] Urgent

Hi,
I am using Redhat linux 9. i had configure in pg_hba.conf as
host    postgres  postgres   10.10.0.76   255.255.255.0   password

If i try to connect with postgresql admin i am getting excpetion as

An erro has occured:

Error connecting to the server: could not connect to server:
Connection refuesed(0x0000274D/10061)
     Is the server running on host "10.10.0.76" and accepting
     TCP/IP connections on port 5432?

Please help me.

--
Warm Regards,

S.ElayaRaja
Mobile:  (+91) 98450 59540
E-Mail:  elayaraja.s@gmail.com
            raja_nk@hotmail.com

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq



pgsql-general by date:

Previous
From: Aaron Glenn
Date:
Subject: Re: PostgreSQL as a filesystem
Next
From: Michael Fuhr
Date:
Subject: Re: How to include "EXCEPTION" handling block in PL/TCL function.