* Sun H Chi:
Quote:
I installed EMS postgres Admin (win) and I'm trying to connnect directly to
the database (linux). I have specfied the host ip, default port 5432, and
username(postgres), no password. *The server refused connection...I suspect
it is because I have not set the configuration parameters for tcpip_socket
= true in postgresql.conf. *The problem is...I can't locate this file
anywhere on the server. * |
What Linux distribution and what version of PostgreSQL is running on the
server? Is PostgreSQL installed from source or from a binary distribution?
Try this:
$ locate postgresql.conf
If all that gives you is an error message, try this (you may need to be root):
$ find /etc -name "postgresql.conf*"
--
Lars Haugseth
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org)