cool, thanx - that had me confused :)Is postmaster running?
whats wrong with the version on your redhat cd's?i'm just having difficulty getting psql to run, eg when i type psql i get:
psql: could not connect to server: No such file or directory
is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
Postgresql works on port 5432 by default. Locally means on the same machine as the one you run psql on.
