Ok.....thanks to the help of Oliver Elphick, I know have the correct version
of Postres installed, and my old data is there and working fine (ie I can do
a psql -c "select count(*) yada yada" dbname, with success). My problem now
is that, when I try and go into psql, I get a Segmentation fault. See
below:
$ psql
Welcome to the POSTGRESQL interactive sql monitor:
Please read the file COPYRIGHT for copyright terms of POSTGRESQL
type \? for help on slash commands
type \q to quit
type \g or terminate with semicolon to execute query
You are currently connected to the database: template1
Segmentation fault
$
Any thoughts?
Darren