Обсуждение: Wrong version?

Поиск
Список
Период
Сортировка

Wrong version?

От
"Eric Jain"
Дата:
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

Re: Wrong version?

От
Tom Lane
Дата:
"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