Re: [GENERAL] problem with PostgreSQL 6.5 on Linux

From: "Dan Wilson" <dan_wilson(at)geocities(dot)com>
To: "Howie" <caffeine(at)toodarkpark(dot)org>, "postgres" <pgsql-general(at)postgreSQL(dot)org>
Cc: <caffeine(at)toodarkpark(dot)org>
Subject: Re: [GENERAL] problem with PostgreSQL 6.5 on Linux
Date: 1999-06-26 00:17:42
Message-ID: 008d01bebf69$51e0a260$078353d8@dwilson
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I ran into the same problem and it turned out to be an outdated version of
psql. Check your path to see if you are accessing the correct version of
psql, pg_dump etc..

-Dan Wilson

----- Original Message -----
From: Howie <caffeine(at)toodarkpark(dot)org>
To: postgres <pgsql-general(at)postgreSQL(dot)org>
Cc: <caffeine(at)toodarkpark(dot)org>
Sent: Friday, June 25, 1999 5:22 PM
Subject: [GENERAL] problem with PostgreSQL 6.5 on Linux

>
> after installing pgsql-6.5 ( on a machine with pgsql-6.4.2 installed and
> running ), initdb creates a PG_VERSION file that still reports 6.4;
> subsequent psql connections fail to connect, complaining about "no
> compatible version of postgres found".
>
> before you ask:
> yes, ive made sure that im using 6.5's initdb.
> yes, ive made sure that initdb is looking in the 6.5 dir for its template.
> yes, its writing to a 6.5 dir.
>
> so, errr, what gives?
>
> ---
> Howie <caffeine(at)toodarkpark(dot)org> URL: http://www.toodarkpark.org
> "The distance between insanity and genius is measured only by success."
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message M Simms 1999-06-26 00:35:25 Re: [GENERAL] problem with PostgreSQL 6.5 on Linux
Previous Message Howie 1999-06-25 23:22:45 problem with PostgreSQL 6.5 on Linux