From: sumitraja at gmail.com (sumo) Date: Fri, 1 Jul 2011 16:39:59 -0700 (PDT) Subject: [Pljava-dev] Internal datatype Message-ID: <1309563599656-4543630.post@n5.nabble.com> 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.