Re: pl/java for postgresql 9.2

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Marc Brazeau <litespeedmarc(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pl/java for postgresql 9.2
Date: 2013-02-08 05:32:06
Message-ID: CAFj8pRCNEbtXv=KFJE5hJH+FGbfL9WJ-Kgyo0uqR5dC6iYK4rA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello

2013/2/7 Marc Brazeau <litespeedmarc(at)gmail(dot)com>:
> Hoping someone can help me here.
>
> I'm trying to get pl/java running under Postgres 9.2. Doing so was
> relatively easy on the Mac. But on Windows, its turning out to be quite
> problematic.
>
> There are no recent binaries available, and if I try with the ones on
> pgFoundry, I get the following error:
> ERROR: incompatible library "C:/Program
> Files/PostgreSQL/9.2/lib/pljava.dll": version mismatch
> DETAIL: Server is version 9.2, library is version 9.1.

You cannot to mix libraries and extensions for different mayor
PostgreSQL versions

>>>DETAIL: Server is version 9.2, library is version 9.1.<<<

Regards

Pavel Stehule

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Satoshi Nagayasu 2013-02-08 07:42:17 Visual query builder for PosgreSQL?
Previous Message Anoop K 2013-02-08 04:04:27 Re: REINDEX deadlock - Postgresql -9.1