From: | Renê Salomão <rene(at)ibiz(dot)com(dot)br> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Pg 7.3.1 & DBD::Pg 1.21 |
Date: | 2003-01-24 12:25:01 |
Message-ID: | 20030124102501.4a0fb718.rene@ibiz.com.br |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks to all that helped me...
Please disregard my email asking for help... I found out the problem... Reading the reply from Tom, Tariq and Shane, I realized that the problem was "the equipament" between the seat and the computer!!! =o)
I was the one to blame... =o)
Sorry bothering you all...
Living and learning!!! Hope less simple mistakes like that won't occur to me again...
Thanks all...
What happened was that I was using the pg_hda.conf from another Pg installed in my computer... Then when I realized that and started to used the right one... It work just fine!!!
On Fri, 24 Jan 2003 00:43:39 -0500
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> =?ISO-8859-1?Q?Ren=EA_Salom=E3o?= <rene(at)ibiz(dot)com(dot)br> writes:
> > DBI connect('dbname=slave;host=164.35.10.17;port=5432','username=pgsql',...) failed: could not connect to server: Connection refused at pg_connect.pl line 16
>
> "Connection refused" is not a postmaster message, it's a kernel-level
> message. The implication is that there's nothing at all listening on
> the port you tried to connect to. My guess is that the postmaster
> isn't really running, or that you forgot to give it the -i option to
> listen on TCP.
>
> regards, tom lane
>
-----------------------------
Renê Salomão
Ibiz Tecnologia -- www.ibiz.com.br
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Schuchardt | 2003-01-24 13:18:37 | own Function as Default VALUE |
Previous Message | Dennis Gearon | 2003-01-24 12:24:54 | Re: ORDER BY 'criteria' |