Re: Returning back a resultset from a stored function - Mailing list pgsql-odbc

From Peter Eisentraut
Subject Re: Returning back a resultset from a stored function
Date
Msg-id 200408271806.07016.peter_e@gmx.net
Whole thread Raw
In response to Returning back a resultset from a stored function  (Daniel Daoust <daoustd_ca@yahoo.ca>)
Responses Re: Returning back a resultset from a stored function  (Daniel Daoust <daoustd_ca@yahoo.ca>)
List pgsql-odbc
Daniel Daoust wrote:
> I have found that "psqlodbc" does not support the
> refcursor type.
> I also investigated the following form: " select *
> from somefunc(); ", but realized that this worked only
> inside "PL/pgSQL", therefore could not be used
> directly from SQL.

"select * from somefunc();" is certainly SQL, so what is the problem?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-odbc by date:

Previous
From: Daniel Daoust
Date:
Subject: Returning back a resultset from a stored function
Next
From: Peter Eisentraut
Date:
Subject: Re: Bug ?