Thread: postgresql already installed? version?

postgresql already installed? version?

From
stm23
Date:
hi, cold some1 please tell me how to find out if i already have a version of
postgresql installed, & how to find out the version?
thanx, sam


Re: postgresql already installed? version?

From
Bruno Wolff III
Date:
On Sun, Mar 07, 2004 at 13:14:00 +1300,
  stm23 <STM23@student.canterbury.ac.nz> wrote:
> hi, cold some1 please tell me how to find out if i already have a version of
> postgresql installed, & how to find out the version?
> thanx, sam

Try running psql.

It would help to know your OS. For many linux distros you could check
by doing something like:
rpm -q -a | grep -i postgres