Thread: pl/java for postgresql 9.2

pl/java for postgresql 9.2

From
Marc Brazeau
Date:
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.

Re: pl/java for postgresql 9.2

From
Pavel Stehule
Date:
Hello

2013/2/7 Marc Brazeau <litespeedmarc@gmail.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

Re: pl/java for postgresql 9.2

From
Marc Brazeau
Date:
the problem is that there are no 9.2 binaries for pl/java for windows.
Building them for Mac/Unix wasn't too difficult.  I've spent 2 days trying
to get them building on Windows with no success.

Surely someone out there's using pl/java on PostgreSQL 9.2?

---------- Forwarded message ----------
From: Pavel Stehule <pavel.stehule@gmail.com>
Date: Fri, Feb 8, 2013 at 12:32 AM
Subject: Re: [GENERAL] pl/java for postgresql 9.2
To: Marc Brazeau <litespeedmarc@gmail.com>
Cc: pgsql-general@postgresql.org


Hello

2013/2/7 Marc Brazeau <litespeedmarc@gmail.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