Re: Can not connect with pgin.tcl

From: L J Bayuk <ljb220(at)mindspring(dot)com>
To: kwiles81(at)earthlink(dot)net
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Can not connect with pgin.tcl
Date: 2004-02-11 22:55:24
Message-ID: 200402112255.i1BMtOcO000225@mindspring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

kwiles81(at)earthlink(dot)net wrote:
>
> I get the messge saying that it is an unsupported frontend protocol.
>
> I am using the MD5 option in the pg_hba.conf file, is this my problem?

Not the problem. MD5 option is good. Use it.

> Or am I using an out of date version? What I have is pgintcl-2.0b1.

pgintcl-2.0 and up speak only to servers running PostgreSQL-7.4 and
higher. If you are trying to talk to a PostgreSQL-7.3.x or lower
server, you need to use the older pgintcl-1.5.0.

Server version: Protocol: pgintcl-1.5.0 pgintcl-2.0.x
---------------- --------- ------------- -------------
PostgreSQL-7.3.x and lower V2 Yes No
PostgreSQL-7.4 and higher V3 or V2 Yes Yes

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Mike S. Nowostawsky 2004-02-12 01:54:57 Trouble compiling C++ programs: libpq++ error in Red Hat v9
Previous Message Jeroen T. Vermeulen 2004-02-11 22:52:05 Re: Problem when I'm using libpq PQconnectdb function