Re: Client Connection - PGAdmin

From: Tom Arthurs <tarthurs(at)jobflash(dot)com>
To: German Raul Hoyos Parravicino <rhoyos(at)gmail(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Client Connection - PGAdmin
Date: 2006-03-30 03:19:43
Message-ID: 442B4E4F.9020609@jobflash.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Did you change this in your postgresql.conf:

listen_addresses = '*'

it defaults only to localhost

German Raul Hoyos Parravicino wrote:
> Hello Everydoy.. I need help....
>
> I have installed PostgreSQL in my LinuX -SUSE "postgresql-8.1.3.tar.gz"
>
> I start Postgre using "pg_ctl start -D/usr/local/database " After that
> I can connect PostgreSQL using psql DataBase.
>
> >psql DataBase
>
> ==>
>
> The problem occur when I tried to connect to the DataBase using
> Pg-Admin III . I have proved using "telnet IP 5432" and I get
> Connectio refused... I don't know what is wrong ?? I also modified the
> file pg_hba.conf , I write the IP of my PC, but nothing happend..
>
> Is it possible that there is another process in PostgreSQL that I have
> to start
>
> Thanks for your help !!!
>
> --
> Raul Hoyos Parravicino
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2006-03-30 03:25:26 Re: Postgresql server does not start!:( -Re: PostgreSQl newbie!
Previous Message Jason Minion 2006-03-30 03:13:03 Re: Client Connection - PGAdmin