On Tue, 2002-07-09 at 01:07, Martin Zaunick wrote:
> Hello list,
>
> i have problems with pgaccess.
>
> When i start pgaccess and open a database the follow error occur:
>
>
> Error trying to database " on localhost PostgresSQL error message:
> Connection to database failed
> could not connct to server:
> Is the server running on host localhost and accepting TCP/IP connections
> on port 5432?"
>
> What is the problem?
If you have anything (including 'localhost') in pgaccess' host field, it
will attempt to connect with TCP/IP, which your postmaster is not
accepting.
Erase the hostname and leave the field blank; then pgaccess will connect
through a Unix socket.