Re: Urgent

From: "Dinesh Pandey" <dpandey(at)secf(dot)com>
To: "'ElayaRaja S'" <elayaraja(dot)s(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Urgent
Date: 2005-04-19 03:59:41
Message-ID: 20050419040320.66C9052AAD@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of ElayaRaja S
Sent: Tuesday, April 19, 2005 12:26 AM
To: pgsql-general(at)postgresql(dot)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(dot)s(at)gmail(dot)com
raja_nk(at)hotmail(dot)com

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

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

In response to

  • Urgent at 2005-04-18 18:55:39 from ElayaRaja S

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-04-19 04:44:02 Re: How to include "EXCEPTION" handling block in PL/TCL function.
Previous Message Aaron Glenn 2005-04-19 03:38:14 Re: PostgreSQL as a filesystem