Re: returning a cursor from a function?

Поиск
Список
Период
Сортировка
От Matthew Hixson
Тема Re: returning a cursor from a function?
Дата
Msg-id A57167FC-ACD4-4B97-B5B6-B252599B00BC@poindextrose.org
обсуждение исходный текст
Ответ на Re: returning a cursor from a function?  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
Thanks, Michael.  Don't know how I missed those.
   -M@

On Jan 31, 2006, at 10:55 PM, Michael Fuhr wrote:

> On Tue, Jan 31, 2006 at 10:37:47PM -0800, Matthew Hixson wrote:
>> I have a create function statement that works with Oracle 8i and I'm
>> trying to create this function in Postgres 8.1.2.
>
> See the PL/pgSQL documentation, in particular the section on cursors,
> which has several examples.  You might also be interested in the
> "Porting from Oracle PL/SQL" section.
>
> http://www.postgresql.org/docs/8.1/interactive/plpgsql.html
> http://www.postgresql.org/docs/8.1/interactive/plpgsql-cursors.html
> http://www.postgresql.org/docs/8.1/interactive/plpgsql-porting.html
>
> --
> Michael Fuhr
>


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: returning a cursor from a function?
Следующее
От: "Myatluk Andrey"
Дата:
Сообщение: Re: PostgreSQL + hibernate