Re: Version Discrepancy

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: rstp <ronDOTmhp(at)shaw(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Version Discrepancy
Date: 2006-07-09 12:33:35
Message-ID: 874pxrt0tc.fsf@suzuka.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

rstp <ronDOTmhp(at)shaw(dot)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(at)mh bin]$ pg_config --version
> PostgreSQL 7.3.6-RH
> [postgres(at)mh bin]$ which postmaster
> ~/bin/postmaster
> [postgres(at)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Douglas McNaught 2006-07-09 12:34:37 Re: Getting Primary Key Value After Insert
Previous Message Roman Neuhauser 2006-07-09 12:08:40 Re: Version/Change Management of functions?