PL/Java 1.3.beta was released today

From: Thomas Hallgren <thomas(at)tada(dot)se>
To: pgsql-announce(at)postgresql(dot)org
Subject: PL/Java 1.3.beta was released today
Date: 2006-05-14 14:13:44
Message-ID: 44673B18.9070604@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

This release is about type mapping and the creation of new types in
PL/Java. An extensive effort has gone into making the PL/Java type
system extremely flexible. Not only can you map arbitrary SQL data types
to java classes. You can also create new scalar types completely in Java.

The new type system also handles domains, arrays, and pseudo types like
"any", anyelement, and anyarray.

The new release can be picked from the PL/Java download page at
http://wiki.tada.se/display/pljava/Download+Page.

The final release is planned for end of May.

Kind Regards,
Thomas Hallgren

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2006-05-15 04:14:55 == PostgreSQL Weekly News - May 14 2006 ==
Previous Message Greg Sabino Mullane 2006-05-08 13:42:43 DBD::Pg 1.49 released