Обсуждение: Re: SRF rescan testing

Поиск
Список
Период
Сортировка

Re: SRF rescan testing

От
"Zeugswetter Andreas SB SD"
Дата:
> FOR row IN select_query LOOP
>      statements
>      RETURN NEXT row;
> END LOOP;

Informix has RETURN x1, x2, x3 WITH RESUME;

This seems reasonable to me. PostgreSQL could also allow
return x with resume, where x is already a composite type.

Andreas