Re: Client Connection - PGAdmin - Mailing list pgsql-admin

From Tom Arthurs
Subject Re: Client Connection - PGAdmin
Date
Msg-id 442B4E4F.9020609@jobflash.com
Whole thread Raw
In response to Client Connection - PGAdmin  ("German Raul Hoyos Parravicino" <rhoyos@gmail.com>)
Responses Re: Client Connection - PGAdmin  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Client Connection - PGAdmin  ("German Raul Hoyos Parravicino" <rhoyos@gmail.com>)
List 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
>

pgsql-admin by date:

Previous
From: "Jason Minion"
Date:
Subject: Re: Client Connection - PGAdmin
Next
From: Tom Lane
Date:
Subject: Re: Postgresql server does not start!:( -Re: PostgreSQl newbie!