Re: [INTERFACES] I do have a problem with pgaccess

From: Kamesh Peri <kperi(at)aloft(dot)micro(dot)lucent(dot)com>
To: Dinica Ciprian <owner-pgsql-interfaces(at)hub(dot)org>
Cc: list <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] I do have a problem with pgaccess
Date: 1998-11-03 13:48:02
Message-ID: 363F0992.F9D80A63@aloft.micro.lucent.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Dinica Ciprian wrote:

> Hello !
>
> I have a problem with pgaccess . I can't connect it to my localhost
> database with the following error message:
>
> ConnectDB() failed : Is the postmaster running and accepting TCP/IP (
> with -i ) connections at "localhost" on port '5432' ?
>
> I mention I use the distribution of postgres that comes with Redhat 5.1.
>
> I did connect once on my database, but after compiling apache with php
> module supporting postgres databases it didn't work anymore.
>
> Ciprian

I had a similar problem. Yo might want to start the postmaster with
the following command line "postmaster -p portnumber -i.
(portnumber is different from 5432, iused 5678, can be some arbitrary num
with in limits)

Then start pgaccess, make sure you change the portnumber in the open dialog
box
to the one you used to start postmaster. That should solve the problem.

Hope it helps.

Kamesh

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Patrice Espie 1998-11-03 16:48:36 I got a problem to connect !
Previous Message Dinica Ciprian 1998-11-03 13:30:51 I do have a problem with pgaccess