Connecting to Postgres from Windows

From: "Umashankar Kotturu" <adityauma(at)hotmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Connecting to Postgres from Windows
Date: 2000-11-03 03:50:28
Message-ID: F216iSnRMWuLn5U9T3T000089f7@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi

I am connecting to postgres in a java program running on windows 98.

a) I am running the postgres on linux with -i option
b) I am using the url as "jdbc:postgresql://<ip-address>:5432/testdb"

The program is unable to resolve the url? The same thing happens when
executing the java code on the linux machine (same as that running
postgres). However if I put 127.0.0.1 (or localhost) instead of
<ip-address>, it resolves and works fine.

Any suggestions on what could be the problem ?

Regards
Uma.

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Carolyn Lu Wong 2000-11-03 11:41:30 Urgent trigger problem.
Previous Message Umashankar Kotturu 2000-11-03 03:32:22 user defined functions in Java ?