Thanks! That's somewhat of what i was looking for. However it seems that what I wanted to do is still not possible.
I'm writing a Java application and wanted to use CallableStatement to call a PostgreSQL function. However it seems that the driver does not implement that functionality. I guess I can just use a regular statement calling a function but there seems to be problems doing that as well. Are there any other JDBC drivers for PostgreSQL? Thanks, john ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "John Cavacas" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: February 2, 2003 10:52 AM Subject: Re: [SQL] How to return records from a function > Did you look at > http://techdocs.postgresql.org/guides/SetReturningFunctions > ? You need Postgresql 7.3 to do this. > Regards, > Tomasz Myrta ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster