Обсуждение: Version info?

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

Version info?

От
"Williams, Ryan"
Дата:

How can you find out the version of PostgreSQL being run on UNIX?

Thanks!

Re: Version info?

От
brew@theMode.com
Дата:

> How can you find out the version of PostgreSQL being run on UNIX?

From the command prompt:

psql -V

reports the version of PostgresSQL that is running.

brew




Re: Version info?

От
Chris Smith
Дата:
Hi,

> How can you find out the version of PostgreSQL being run on UNIX?

In psql, you can -
select version();

from the command line there is a switch for it, I don't have it installed
where I am, but its probably something like -
psql -version or
psql --version

HTH

--------------
     Chris Smith
http://www.squiz.net