Wrong version?

Started by Eric Jainalmost 24 years ago2 messagesbugs
Jump to latest
#1Eric Jain
jain@gmx.net

I just downloaded and installed the latest version from
http://www.postgresql.org/ftpsite/v7.2.1/postgresql-7.2.1.tar.gz, but:

SELECT VERSION();
version
-------------------------------------------------------------
PostgreSQL 7.1.3 on i686-pc-linux-gnu, compiled by GCC 2.96
(1 row)

Accordingly, features such as "WITHOUT OIDS" don't work. So where do I get
7.2.1?

--
Eric Jain

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Eric Jain (#1)
Re: Wrong version?

"Eric Jain" <jain@gmx.net> writes:

I just downloaded and installed the latest version from
http://www.postgresql.org/ftpsite/v7.2.1/postgresql-7.2.1.tar.gz, but:

SELECT VERSION();
version
-------------------------------------------------------------
PostgreSQL 7.1.3 on i686-pc-linux-gnu, compiled by GCC 2.96
(1 row)

Either you didn't start the new server, or you did but your psql is
still connecting to the old one anyway.

regards, tom lane