Re: Connect to Postgres problems

From: Chris Barnes <compuguruchrisbarnes(at)hotmail(dot)com>
To: <adrian(dot)klaver(at)gmail(dot)com>, <christine(at)ingenioussoftware(dot)com>
Cc: Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Connect to Postgres problems
Date: 2010-02-01 17:17:14
Message-ID: BLU149-W37D16E25DFCDC52F20A530D4580@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


You should be able to telnet to the port and get a response back as in the exmple below.

Of course substitude the ip for the database.

[postgres(at)pgprd01 londiste]$ telnet 127.0.0.1 5432
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.


> Date: Mon, 1 Feb 2010 09:13:34 -0800
> From: adrian(dot)klaver(at)gmail(dot)com
> To: christine(at)ingenioussoftware(dot)com
> CC: pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] Connect to Postgres problems
>
> On 02/01/2010 09:10 AM, Christine Penner wrote:
> > I have re started the computer (a few times) since I did all that.
> >
> > Christine
> >
> >
>
> What is the error that you are seeing on the client and in the logs?
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)gmail(dot)com
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

_________________________________________________________________
Introducing Windows® phone.
http://go.microsoft.com/?linkid=9708122

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Roderick A. Anderson 2010-02-01 17:20:32 Re: Connect to Postgres problems
Previous Message Christine Penner 2010-02-01 17:16:20 Re: Connect to Postgres problems