Re: How to return records from a function

From: "John Cavacas" <oogly(at)rogers(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: How to return records from a function
Date: 2003-02-02 16:34:54
Message-ID: 001a01c2cad9$044a5710$6401a8c0@spook
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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: <jasiek(at)serwer(dot)skawsoft(dot)com(dot)pl>
To: "John Cavacas" <oogly(at)rogers(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tomasz Myrta 2003-02-02 17:34:26 Re: help: pgSQL docs and debug
Previous Message jasiek 2003-02-02 15:52:41 Re: How to return records from a function