From: | "A(dot)Bhuvaneswaran" <bhuvansql(at)myrealbox(dot)com> |
---|---|
To: | Adam Witney <awitney(at)sghms(dot)ac(dot)uk> |
Cc: | Danny Aldham <danny(at)aldham(dot)net>, pgsql-novice <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: What version am I running? |
Date: | 2003-04-15 09:16:14 |
Message-ID: | Pine.LNX.4.44.0304151442540.10246-100000@Bhuvan.bksys.co.in |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | A.Bhuvaneswaran | 2003-04-15 09:22:34 | Re: Automated restore? |
Previous Message | A.Bhuvaneswaran | 2003-04-15 09:12:38 | Re: postgres 7.2.2 admin |