Re: [GENERAL] Postgres does not accept socket connections

2006-03-02 Thread Tom Lane
"A. Kretschmer" <[EMAIL PROTECTED]> writes: > am 02.03.2006, um 4:37:02 -0800 mailte [EMAIL PROTECTED] folgendes: >> psql: could not connect to server: Connection refused >> Is the server running on host "server-name" and accepting >> TCP/IP connections on port 5432? > Check the postgresql.conf

Re: [GENERAL] Postgres does not accept socket connections

2006-03-02 Thread A. Kretschmer
am 02.03.2006, um 4:37:02 -0800 mailte [EMAIL PROTECTED] folgendes: > Hi All, > > I have the following problem. > > I am able to access a PostgreSQL database only as "localhost". If I try > to open psql from a different machine with -h option, then I get the > following error message. > > The

Re: [GENERAL] Postgres does not accept socket connections

2006-03-02 Thread Christopher Browne
After a long battle with technology, [EMAIL PROTECTED], an earthling, wrote: > I need the PostgreSQL server on the machine which contains the database > to accept socket connections. > Any help in this regard will be appreciated. Look for the configuration file postgresql.conf. It is doubtless

[GENERAL] Postgres does not accept socket connections

2006-03-02 Thread kishore . sainath
Hi All, I have the following problem. I am able to access a PostgreSQL database only as "localhost". If I try to open psql from a different machine with -h option, then I get the following error message. The database resides on a server running Fedora Core 4 and PostgreSQL 8.1.1 server. I am try