| From: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk> |
|---|---|
| To: | Martin Zaunick <muecke_1979(at)yahoo(dot)de> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: pgaccess |
| Date: | 2002-07-09 20:46:12 |
| Message-ID: | 1026247573.4288.95.camel@linda |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-07-09 22:10:37 | Re: RelationClearRelation: relation X deleted while still in use??? |
| Previous Message | Hannu Krosing | 2002-07-09 20:17:22 | Re: (A) native Windows port |