Re: passing user defined data types to stored procedures - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: passing user defined data types to stored procedures
Date
Msg-id Pine.BSO.4.64.0811160716430.9252@leary.csoft.net
Whole thread Raw
In response to Re: passing user defined data types to stored procedures  ("Jay Howard" <jhoward@alumni.utexas.net>)
List 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

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Bug report (with solution) on org.postgresql.jdbc2.EscapedFunctions
Next
From: Kris Jurka
Date:
Subject: New drivers released