RE: [INTERFACES] Remote Connections via JDBC

From: Mark Britton <mbritton(at)gte(dot)net>
To: Mark Britton <mbritton(at)gte(dot)net>, "'Felix Morley Finch'" <felix(at)crowfix(dot)com>
Cc: "'pgsql-interfaces(at)postgreSQL(dot)org'" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: RE: [INTERFACES] Remote Connections via JDBC
Date: 1998-07-02 04:31:38
Message-ID: 01BDA540.0508E180@britain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

That did the trick! Thanks for your help!!

Mark

----------
From: Felix Morley Finch[SMTP:felix(at)crowfix(dot)com]
Sent: Wednesday, July 01, 1998 1:20 AM
To: Mark Britton
Cc: 'pgsql-interfaces(at)postgreSQL(dot)org'
Subject: Re: [INTERFACES] Remote Connections via JDBC

>>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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jeremy Burton 1998-07-02 06:42:48
Previous Message Emmanuel BOURG 1998-07-01 19:38:14 Perl and PostgreSQL...