Re: 60 Seconds to connected to Postgresql using ODBC or PGAdmin - Mailing list pgsql-general

From Shane Ambler
Subject Re: 60 Seconds to connected to Postgresql using ODBC or PGAdmin
Date
Msg-id 474E76F3.4030203@Sheeky.Biz
Whole thread Raw
In response to Re: 60 Seconds to connected to Postgresql using ODBC or PGAdmin  (Richard Broersma Jr <rabroersma@yahoo.com>)
Responses Re: 60 Seconds to connected to Postgresql using ODBC or PGAdmin  ("Usama Dar" <munir.usama@gmail.com>)
List pgsql-general
Richard Broersma Jr wrote:
> --- On Wed, 11/28/07, Richard Huxton <dev@archonet.com> wrote:
>> Name lookups. Something is trying to look up a name,
>> failing and it's
>> timing out after 60 seconds.
>
> It seems the OP's connection string was set to localhost.  Would this still indicate a Name Loopup problem?
>

If there is no entry (or an incorrect one) in /etc/hosts for localhost -
then yes - try to connect to 127.0.0.1 and see if that makes a difference.

Also if it is set to do namelookup before referring to /etc/hosts it can
have similar probs.


--

Shane Ambler
pgSQL@Sheeky.Biz

Get Sheeky @ http://Sheeky.Biz

pgsql-general by date:

Previous
From: "Gregory Williamson"
Date:
Subject: Re: Why upgrade?
Next
From: "Max Zorloff"
Date:
Subject: Declaring multidimensional arrays in pl/pgsql