Re: plpgsql - fetching from returned cursors

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plpgsql - fetching from returned cursors
Дата
Msg-id 23400.1044587814@sss.pgh.pa.us
обсуждение исходный текст
Ответ на plpgsql - fetching from returned cursors  ("k|p" <m.e.meulemans@student.utwente.nl>)
Список pgsql-general
"k|p" <m.e.meulemans@student.utwente.nl> writes:
> Is something like this possible?
> Because the way I wrote it now, nothing is FOUND from the FETCH and the loop is
> exited.

It works for me ... or at least it did after I changed "my_row" to type
RECORD, added a RETURN at the end, and made the RAISE be RAISE NOTICE
so I could actually see some output.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: How many joins is too many joins....
Следующее
От: "kanchana"
Дата:
Сообщение: Re: start error - pgsql