Re: returning multiple values and ref cursors - Mailing list pgsql-sql

From Dennis
Subject Re: returning multiple values and ref cursors
Date
Msg-id courier.4097B6B0.000029E2@wolverine.lercnetworks.com
Whole thread Raw
In response to returning multiple values and ref cursors  ("Dennis" <pg-user@calico-consulting.com>)
List pgsql-sql
Dennis writes: 

> What are your thoughts on the best way to approach this? Break up the 
> stored proc into ten different stored procs that return ref cursors? 

I guess another question here is whether I can return a row type or record 
type with (integer, varchar, refcursor) and then make use of the refcursor 
from JDBC. I'm not the one doing the Java development on this project and 
its been a while since I've used JDBC. 

Tom, Bruce, I still owe you guys a test program that gives the error where 
it looks like the temp schema for the connection is getting destroyed before 
the  connection is closed. 

Dennis 



pgsql-sql by date:

Previous
From: Martin Knipper
Date:
Subject: Re: Rank
Next
From: Richard Huxton
Date:
Subject: Test - please ignore