Re: Find all running postgres DB servers on a network - Mailing list pgsql-admin

From Gerhard Hintermayer
Subject Re: Find all running postgres DB servers on a network
Date
Msg-id AANLkTi=9aHeUMcJ-AjDC3QQ0HjD4A5BCL3=QaxUEuSyS@mail.gmail.com
Whole thread Raw
In response to Find all running postgres DB servers on a network  (ojas dubey <ojas.dubey@gmail.com>)
List pgsql-admin
You could try connecting to each possible IP in your network, but to
catch each instance, you should also check nostandard (i.e. different
from 5432) ports - kind of hacking ...  AFAIK (or read ;-) )
Rendezvous/bonjour was implemented on OS X port only.

regards
Gerhard

On Sun, Nov 14, 2010 at 5:52 PM, ojas dubey <ojas.dubey@gmail.com> wrote:
> Hi,
>
> I wanted to know if there is a way to get the hostnames of all the systems
> running PostGres DB servers on a local network on Windows (XP/Vista/7) using
> JDBC or any other Java API ?
>
>
> Regards,
> Ojas
>

pgsql-admin by date:

Previous
From: Pablo Delgado Díaz-Pache
Date:
Subject: Re: Postgres error: could not open relation base/xxxxx/yyyyy
Next
From: Viktor Bojović
Date:
Subject: Re: Find all running postgres DB servers on a network