From: | Dave Page <dpage(at)postgresql(dot)org> |
---|---|
To: | manoj nair <manoj(dot)nair1(at)gmail(dot)com> |
Cc: | pgadmin-support(at)postgresql(dot)org |
Subject: | Re: Unable to add server in PGadmin |
Date: | 2007-12-10 09:24:11 |
Message-ID: | 475D05BB.4000309@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
manoj nair wrote:
> Hi,
> I have installed postgres 8.2 on a Windows Vista machine.
> PGAdmin came along with the installation and on opening PgAdmin there is
> a POstgresSQL DATAbase Server 8.2(localhost:5432) server running on it.
> I have another windows machine XP and i have PGadmin installaed on it too.
> I am trying to add a server to this PGadmin so that i can access the
> Vista Postgres server remotely.
> Before when the postgres was running on a linux machine i didnt have any
> problem connecting to it with my PGAdmin client (i had the ip address
> of my windows XP machine in the pg_hba.conf added).
> I was following the same with the Vista machine too...
> But ia m unable to connect to Windows Vista machine from Windows XP -
> Pgadmin "Connection to database failed." is what i get and the add
> server window pops up again.
> I am pretty new to postgres installation on windows and is there any
> thing else i need to do with the configurations..
Windows Firewall blocking you perhaps? Or maybe you're only listening on
localhost - check the listen_addresses option in postgresql.conf.
Regards, Dave.
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2007-12-10 09:25:15 | Re: Built in display of contents of temporary tables when select has no destination |
Previous Message | Dave Page | 2007-12-10 09:21:44 | Re: Problem using Slony-I with pgadmin 1.6.2 |