Re: Postgresql connection on suse 10

From: Leonel Nunez <lnunez(at)enelserver(dot)com>
To: Michal Hlavac <hlavki(at)hlavki(dot)sk>
Cc: Postgresql-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgresql connection on suse 10
Date: 2005-11-04 02:52:05
Message-ID: 436ACCD5.7080001@enelserver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michal Hlavac wrote:

>hello,
>
>I installed PostgreSQL 8.0.3 on Suse 10 (x86_64).
>
>Firewall is down.
>
>telnet localhost 5432 result:
>
>xxxxx:/var # telnet localhost 5432
>Trying 127.0.0.1...
>Connected to localhost.
>Escape character is '^]'.
>
>but telnet ip_address 5432 result:
>
>xxxxx: # telnet 158.195.xx.xx 5432
>Trying 158.195.xx.xx...
>telnet: connect to address 158.195.xx.xx: Connection refused
>
>Why I cannot connect to ip address??????
>I tried to add line to pg_hba.conf, then restart, but no change...
>
>thanks, miso
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: Don't 'kill -9' the postmaster
>
>
>
>

edit your postgresql.conf and
set the listen_address variable to your needs

leonel

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Douglas McNaught 2005-11-04 02:58:54 Re: Postgresql connection on suse 10
Previous Message Robert Fitzpatrick 2005-11-03 23:15:08 Looping through arrays