Re: passing user defined data types to stored procedures

From: Kris Jurka <books(at)ejurka(dot)com>
To: Jay Howard <jhoward(at)alumni(dot)utexas(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: passing user defined data types to stored procedures
Date: 2008-11-16 12:27:17
Message-ID: Pine.BSO.4.64.0811160716430.9252@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sat, 15 Nov 2008, Jay Howard wrote:

> Turns out I was returning an array of composites after all. Everything
> works as expected when the array elements are simple types.
>
> That begs the question, though- is supporting arrays of composite types on
> the list of "things to do"?

Sure. The problem here is our poor support of user defined types, not
specifically arrays of composite types.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2008-11-16 14:15:27 New drivers released
Previous Message Kris Jurka 2008-11-16 12:15:41 Re: Bug report (with solution) on org.postgresql.jdbc2.EscapedFunctions