On Wed, 9 Apr 2008, Teresa Quintanilla wrote:
> I try to install pljava. I am using:
> binari pljava-i686-pc-linux-gnu-pg8.2-1.4.0
> java1.5_015
> postgresql-8.2.6
Are you sure you have postgresql-8.2.6 and not a previous release. The
8.2-1.4 pljava binary will only work with 8.2.6 and up and this is the
error message I'd expect when trying to load it into a previous release.
Maybe we can make the deployer do some kind of "SELECT version();" check
for the future?
Kris Jurka