Re: BUG #1647: shows version 7.1, doesnt create tablespaces etc.

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Dirk Bade <dbade(at)softdecc(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1647: shows version 7.1, doesnt create tablespaces etc.
Date: 2005-05-05 14:27:30
Message-ID: 20050505142730.GA38287@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, May 04, 2005 at 05:21:13PM +0100, Dirk Bade wrote:
>
> postgresql-8.0.1.tar.gz installs fine and tests run ok. But after initdb
> PG_VERSION shows 7.1 and simple commands like CREATE TABLESPACE or ALTER
> TABLE return errors. What's wrong ?

It sounds like you've installed 8.0.1 but are running commands and
the backend from 7.1, which presumably exist from a previous install.
Might 7.1's commands be in your PATH ahead of the 8.0.1 commands?
Where were the 8.0.1 files installed? What do the following commands
show?

which initdb
initdb --version

When you connect to the database, what does "SELECT version()" show?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-05-05 14:39:45 Re: BUG #1647: shows version 7.1, doesnt create tablespaces etc.
Previous Message Tom Lane 2005-05-05 14:15:31 Re: BUG #1649: Date calculation year off-by-one error