Re: Urgent

Поиск
Список
Период
Сортировка
От Dinesh Pandey
Тема Re: Urgent
Дата
Msg-id 20050419040320.66C9052AAD@svr1.postgresql.org
обсуждение исходный текст
Ответ на Urgent  (ElayaRaja S <elayaraja.s@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Aaron Glenn
Дата:
Сообщение: Re: PostgreSQL as a filesystem
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: How to include "EXCEPTION" handling block in PL/TCL function.