Re: Brio returning data through stored procedures.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Brio returning data through stored procedures.
Дата
Msg-id 14927.1175880445@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Brio returning data through stored procedures.  ("Doug Thom" <dthom@iagr.net>)
Список pgsql-odbc
"Doug Thom" <dthom@iagr.net> writes:
> So I would be doing something like:

> --Do the thing that builds the query.
> Select query
>   Into query-string
>   From table-that-has-query;

> Open cursor for query-string;

> Return cursor;
> --End pseudo code

I think you're looking for OPEN cursor FOR EXECUTE in plpgsql.
See the "cursor operations" part of the plpgsql manual.

            regards, tom lane

В списке pgsql-odbc по дате отправления:

Предыдущее
От: David Gardner
Дата:
Сообщение: Re: Brio returning data through stored procedures.
Следующее
От: "Doug Thom"
Дата:
Сообщение: Re: Brio returning data through stored procedures.