Re: Question about connection java and Postgresql in Linux - Mailing list pgsql-general

From Paul Thomas
Subject Re: Question about connection java and Postgresql in Linux
Date
Msg-id 20030922132900.A25773@bacon
Whole thread Raw
In response to Re: Question about connection java and Postgresql in Linux  (daisy_nhy@yahoo.com.hk (DN))
List pgsql-general
On 21/09/2003 09:30 DN wrote:
> Thank you for answering my question
>
> I have moved postgresql.jar to common/lib.
>
> Also, my setting are:
> tcpip_socket = true
> in /var/lib/pgsql/data/postgresql.conf
>
> host  all   all  127.0.0.1   255.255.255.255  crypt
> in /var/lib/pgsql/data/pg_hba.conf
>
> but, it also cannot work well.
>
>
> By the way, do I need to set
>  ./configure with-java
>
> if yes, how can I set it?

./configure is used to build PostgreSQL from source. It doesn't affect any
of the run-time settings.

HTH

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants         |
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+

pgsql-general by date:

Previous
From: Karsten Hilbert
Date:
Subject: Re: Warning: PostgreSQL query failed
Next
From: Rory Campbell-Lange
Date:
Subject: How to find LIMIT in SQL standard