Re: [INTERFACES] Remote Connections via JDBC

Поиск
Список
Период
Сортировка
От Felix Morley Finch
Тема Re: [INTERFACES] Remote Connections via JDBC
Дата
Msg-id 19980701072050.29692.qmail@crowfix.com
обсуждение исходный текст
Ответ на Remote Connections via JDBC  (Mark Britton <mbritton@gte.net>)
Список pgsql-interfaces
>>In article <01BDA487.6EFDA9E0@britain>, Mark Britton <mbritton@gte.net> writes:

> The url I'm using is jdbc:postgresql:linux_server.template1 where linux_server is the host name for the Linux box.
Isthis 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@crowfix.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

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Mark Britton
Дата:
Сообщение: Remote Connections via JDBC
Следующее
От: Herouth Maoz
Дата:
Сообщение: ODBC on unix?