Re: pgAdmin Connection - Mailing list pgsql-novice

From George Weaver
Subject Re: pgAdmin Connection
Date
Msg-id 00da01c4858f$2445d3b0$6400a8c0@Dell4500
Whole thread Raw
In response to pgAdmin Connection  (<operationsengineer1@yahoo.com>)
List pgsql-novice
From the documentation:
http://www.postgresql.org/docs/7.4/static/postmaster-start.html#CLIENT-CONNECTION-PROBLEMS
"psql: could not connect to server: Connection refused       Is the server running on host server.joe.com and accepting       TCP/IP connections on port 5432?

This is the generic "I couldn't find a server to talk to" failure. It looks like the above when TCP/IP communication is attempted. A common mistake is to forget the -i option to allow the postmaster to accept TCP/IP connections. "

----- Original Message -----

Sent: Wednesday, August 18, 2004 6:57 PM
Subject: [NOVICE] pgAdmin Connection

After finally getting pgsql to operate in basic mode, I've hit a snag with pgAdmin3:

**Error connecting to the server: could not connect to the server: Connection was refused (0x0000274D/10061)

Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?**

Does pgAdmin still require that I install a seperate odbc program?  If so, where do I get it?

Do I need to assign the environment variables like PGDATA and PGHOST?

TIA


Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!

pgsql-novice by date:

Previous
From: Keith Worthington
Date:
Subject: New Installation
Next
From: Jonathon Batson
Date:
Subject: Re: Removing Database Names as Spaces?