Re: Current Version??

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Re: Current Version??
Дата
Msg-id 200510251531.34944.scrawford@pinpointresearch.com
обсуждение исходный текст
Ответ на Current Version??  (Craig Griffith <cgriffith@sourceview.com>)
Список pgsql-novice
On Tuesday 25 October 2005 15:18, Craig Griffith wrote:
> I am under the impression that I just installed the latest and
> greatest PostgreSQL 8.1 Beta but when I execute
> psql -V it reports 7.3.4. Does the front end have a different rev?
> How do I interrogate for the real rev, if so?

psql -V gives the version of the psql front-end.

Attaching to the database and running "select version();" gives the
version of the database software.

You probably have an old version of the psql program sitting around
and the new psql is farther back in your path or possibly not in your
path at all depending on your build options.

Even if the new psql is in your path and you remove the old one
beware. I've seen bash cache the location of binaries and fail to
find the correct one till you've exited and come back in.

Cheers,
Steve

В списке pgsql-novice по дате отправления:

Предыдущее
От: Craig Griffith
Дата:
Сообщение: Current Version??
Следующее
От: "Williams, Rodger"
Дата:
Сообщение: Re: First Install