I did RTFM but somehow missed the -i flag. Had to recreate the database cluster for some reason but its working a treat now.
Thanks Christopher > postgresql can be started using either a unix filesystem socket > or a TCP/IP > one. You have to start it with the TCP/IP support if you want to > connect over > the net. > > pg_ctl -o -i -D/var/lib/pgsql/data/base start > > > -- > Sincerely etc., > Christopher Sawtell >
