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/