Re: Version info?

From: Chris Smith <csmith(at)squiz(dot)net>
To: "Williams, Ryan" <Ryan(dot)Williams(at)dat(dot)com>, "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Version info?
Date: 2001-04-10 22:13:14
Message-ID: 01041108131400.00752@area51.cybersydney.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message charlie derr 2001-04-11 02:26:05 RE: how to run postgre on winNT
Previous Message brew 2001-04-10 22:05:34 Re: Version info?