Hi, I just installed postgresql and when I try to test it, there's an error
postgres@nimrod3:~$ /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1 &
[1] 29303
postgres@nimrod3:~$ /usr/local/pgsql/bin/createdb test
createdb: could not connect to database postgres: could not connect to server: Connection refused
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
[1]+ Exit 1 /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1
Any ideas? Any help is appreciated
Thanks in advance.
Me =

Sorry for the trouble.