Re: Array types - Mailing list pgsql-hackers

From Andrew Chernow
Subject Re: Array types
Date
Msg-id 49DBB0B9.6020100@esilo.com
Whole thread Raw
In response to Array types  ("John Lister" <john.lister-ps@kickstone.com>)
List pgsql-hackers
John Lister wrote:
> Cheers, nice to know it is possible... Now to see if i can get 
> java/python to do the same :) or to use a modified libpq somehow...
> 
> 

If performance is your concern, you would probably get the best results 
using the languages C glue interfrace.  For instance, in java I think 
you would want to create a JNI wrapper to libpqtypes that converts 
PGarray to a java array.

-- 
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/


pgsql-hackers by date:

Previous
From: Werner Echezuria
Date:
Subject: Re: Sort a column that does not exist
Next
From: Bruce Momjian
Date:
Subject: Re: Closing some 8.4 open items