Re: Eclipse jdbc postgresql

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Sheepjxx <sheepjxx(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Eclipse jdbc postgresql
Date: 2009-09-01 05:39:50
Message-ID: 4A9CB3A6.5060708@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sheepjxx wrote:
> If I want to use postgres with jdbc , I have already download jdbc, do
> I need extra option for compile postgres?--with-java?do I need change
> postgres.conf?

you just need postgres configured so you can connect to it via tcp (as
jdbc doesn't do local domain sockets), and you need the appropriate JDBC
jar file for your environment.

the --with-java stuff is for the pljava support, which is a place i'd
personally never want to go.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Simon Riggs 2009-09-01 07:24:08 Re: [Skytools-users] WAL Shipping + checkpoint
Previous Message Sheepjxx 2009-09-01 05:08:38 Eclipse jdbc postgresql