Re: Returning back a resultset from a stored function

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Returning back a resultset from a stored function
Дата
Msg-id 200408271806.07016.peter_e@gmx.net
обсуждение исходный текст
Ответ на Returning back a resultset from a stored function  (Daniel Daoust <daoustd_ca@yahoo.ca>)
Ответы Re: Returning back a resultset from a stored function  (Daniel Daoust <daoustd_ca@yahoo.ca>)
Список 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 по дате отправления:

Предыдущее
От: Daniel Daoust
Дата:
Сообщение: Returning back a resultset from a stored function
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Bug ?