[Pljava-dev] Internal datatype

From: sumitraja at gmail(dot)com (sumo)
To:
Subject: [Pljava-dev] Internal datatype
Date: 2011-07-01 23:39:59
Message-ID: 1309563599656-4543630.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hello,

Is there any way to map the server's 'internal' datatype in Java? I am
interesting in adding some full text parsers from the Lucene project to
PostgresSQL but any new parsers require the internal data type.

Sample test_parser is defined like so:

CREATE OR REPLACE FUNCTION testprs_start(internal, int4)
RETURNS internal
AS '$libdir/test_parser'
LANGUAGE C STRICT;

Thanks

Sumit

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Internal-datatype-tp4543630p4543630.html
Sent from the PL/Java mailing list archive at Nabble.com.

Browse pljava-dev by date

  From Date Subject
Next Message Christian Kindler 2011-07-06 18:15:42 [Pljava-dev] Classloader/Classpath problem with Ressource Files
Previous Message Eric Kolotyluk 2011-06-28 00:32:47 [Pljava-dev] Configuring PLJava