[Pljava-dev] IN/INOUT/OUT support in PL/JAVA

From: thhal at mailblocks(dot)com (Thomas Hallgren)
To:
Subject: [Pljava-dev] IN/INOUT/OUT support in PL/JAVA
Date: 2005-04-26 11:27:15
Message-ID: 426E2593.4010805@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Thomas Hallgren wrote:

> Altaf Malik wrote:
>
>> Hello,
>> PL/JAVA 1.1 claims to support IN/INOUT and OUT parameters. Also it
>> recommends to use PostgreSQL 8.0.2 as a backend database. However i
>> could not find and support in the PostgreSQL8.0.2. Also there is no
>> support in the 8.0.2 protocol parse message to indecate if the
>> parameter is IN/OUT or INOUT. Am i missing something?
>
>
> The PL/Java announcement claims "The source of this version will
> compile with the CVS HEAD of the PostgreSQL source (at the time of
> release date that is) and IN/INOUT/OUT parameters are fully
> functional.". Perhaps not crystal clear, but what I meant to say with
> this was that the IN/INOUT/OUT parameters that are functional in CVS
> HEAD of PostgreSQL are also supported in PL/Java. There's no way you
> can get it to work using PosgreSQL 8.0.x.

Also, on the front web page of the PL/Java project, it very clearly states:

5. Ability to use IN, INOUT, and OUT parameters (requires not yet
released PostgreSQL 8.1)

- thomas

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Vince Clark 2005-04-30 23:04:27 [Pljava-dev] difficulty loading library libpljava.so
Previous Message Thomas Hallgren 2005-04-26 11:25:11 [Pljava-dev] IN/INOUT/OUT support in PL/JAVA