Re: Version Discrepancy - Mailing list pgsql-general

From Douglas McNaught
Subject Re: Version Discrepancy
Date
Msg-id 874pxrt0tc.fsf@suzuka.mcnaught.org
Whole thread Raw
In response to Version Discrepancy  (rstp <ronDOTmhp@shaw.ca>)
Responses Re: Version Discrepancy  (Ron St-Pierre <ron.pgsql@shaw.ca>)
List pgsql-general
rstp <ronDOTmhp@shaw.ca> writes:

> pg_config is telling us that we are running version 7.3.6-RH, but when
> we start psql it shows that we are running 8.1.4 (which is the correct
> version).
>   [postgres@mh bin]$ pg_config --version
>   PostgreSQL 7.3.6-RH
>   [postgres@mh bin]$ which postmaster
>   ~/bin/postmaster
>   [postgres@mh bin]$ psql imp
>   Welcome to psql 8.1.4, the PostgreSQL interactive terminal.

I'm guessing that for some reason the pg_config from 7.X is found
first in your PATH.  What does 'which pg_config' print?

-Doug

pgsql-general by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Mobile servers replication
Next
From: Douglas McNaught
Date:
Subject: Re: Getting Primary Key Value After Insert