Re: What version am I running? - Mailing list pgsql-novice

From A.Bhuvaneswaran
Subject Re: What version am I running?
Date
Msg-id Pine.LNX.4.44.0304151442540.10246-100000@Bhuvan.bksys.co.in
Whole thread Raw
In response to Re: What version am I running?  (Adam Witney <awitney@sghms.ac.uk>)
List pgsql-novice
> > How can I tell what version of postgres I am running?
> > I thought I was running the current version, but was
> > mistaken. If I look in /usr/local/pgsql/data/PG_VERSION
> > it says 7.3 , on a machine I am sure is 7.3.2 .
> > thanks

In all versions, the content of PG_VERSION file would be the latest major
version. For example, if you are using 7.3.2, the PG_VERSION file will
have 7.3 and not 7.3.2. To really check out the version, try 'psql -V'
from os shell prompt or 'select version()' from sql prompt.

regards,
bhuvaneswaran


pgsql-novice by date:

Previous
From: "A.Bhuvaneswaran"
Date:
Subject: Re: postgres 7.2.2 admin
Next
From: "A.Bhuvaneswaran"
Date:
Subject: Re: Automated restore?