[ADMIN] readline support

2000-11-04 Thread Marcin Mazurek
Hi, simple/stupid question, but can't figureout it myself: Why can't it find radline headers files if they really are there? pg7.0.2, Linux Debian 2.2 mtldb:/usr/local/src/postgresql-7.0.2/src# ./configure --with-includes=/usr/include/readline | grep readline - setting CPPFLAGS= -I/usr/include/r

Re: [ADMIN] readline support

2000-11-04 Thread Bogdan Paduraru
Remove the config.cache and after that runn configure! Marcin Mazurek wrote: > Hi, > simple/stupid question, but can't figureout it myself: > Why can't it find radline headers files if they really are there? > pg7.0.2, Linux Debian 2.2 > mtldb:/usr/local/src/postgresql-7.0.2/src# ./configure >

Re: [ADMIN] JDBC make problem

2000-11-04 Thread Bruce Momjian
My guess is that you are using Kaffe. It does not handle self-dependent compiles like Sun java. The only solution is to download the precompiled jar file from the URL in the interfaces/jdbcc README. [ Charset ISO-8859-15 unsupported, converting... ] > Hello, > I tried to build the JDBC2 driver

[ADMIN] Text files question

2000-11-04 Thread Bogdan Paduraru
Hi, How can I store text files in a Postgresql db? Is there a limit of chars? Thanx, Bogdan