I'm running postgresql on a linux box and having trouble connecting to my
database from another machine. When I do
>psql -l
I get a list of 4 databases but I cannot connect to any of them remotely,
as they cannot be found. I'm using
/var/lib/pgsql/data/
as my data directory. Am I using the wrong directory or is there a way to
specify which directory for the client machine to look in?
Thanks in advance.