Re: [INTERFACES] Remote Connections via JDBC

From: Felix Morley Finch <felix(at)crowfix(dot)com>
To: Mark Britton <mbritton(at)gte(dot)net>
Cc: "'pgsql-interfaces(at)postgreSQL(dot)org'" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] Remote Connections via JDBC
Date: 1998-07-01 07:20:50
Message-ID: 19980701072050.29692.qmail@crowfix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

>>In article <01BDA487(dot)6EFDA9E0(at)britain>, Mark Britton <mbritton(at)gte(dot)net> writes:

> The url I'm using is jdbc:postgresql:linux_server.template1 where linux_server is the host name for the Linux box. Is this right?

I had mucho trouble with this until I re-re-re read the fine manual,
and found it was correct, and this is what you should use, accordin to
my working linux-on-same-host URL:

MINE jdbc:postgresql://crowfix.com/template1
WRONG jdbc:postgresql:linux_server/template1
RIGHT jdbc:postgresql://linux_server/template1

I note your host name is linux_server; my /etc/hosts says crowfix.com,
so that's what I use in the URL. YMMV.

--
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
Felix Finch: scarecrow repairman & rocket surgeon / felix(at)crowfix(dot)com
PGP = 91 B3 94 7C E9 E8 76 2D E1 63 51 AA A0 48 89 2F ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Herouth Maoz 1998-07-01 12:03:48 ODBC on unix?
Previous Message Mark Britton 1998-07-01 06:30:17 Remote Connections via JDBC