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