Re: Array types

From: Andrew Chernow <ac(at)esilo(dot)com>
To: John Lister <john(dot)lister(at)kickstone(dot)com>
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Array types
Date: 2009-04-07 19:59:53
Message-ID: 49DBB0B9.6020100@esilo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2009-04-07 20:22:33 Re: Closing some 8.4 open items
Previous Message John Lister 2009-04-07 19:54:28 Re: Array types