Re: [NOVICE] SRF_RETURN_NEXT Error: rows returned by function are not all of the same row type

Поиск
Список
Период
Сортировка
От amul sul
Тема Re: [NOVICE] SRF_RETURN_NEXT Error: rows returned by function are not all of the same row type
Дата
Msg-id 1393304348.39355.YahooMailNeo@web193502.mail.sg3.yahoo.com
обсуждение исходный текст
Ответ на SRF_RETURN_NEXT Error: rows returned by function are not all of the same row type  (amul sul <sul_amul@yahoo.co.in>)
Список pgsql-sql

Hi, Finally I fixed it :)

It has issue in sub-sequence call, it looses the result store in values[]   @line 84 .
thats why, it successfully return only single row in first call and fails in further call.

It can be fix by preserving results (i.e. values[]).

Thank you !

Regards,
Amul Sul


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

Предыдущее
От: AlexK
Дата:
Сообщение: Re: Is there an upper limit on the size of an array if it is indexed?
Следующее
От: ALMA TAHIR
Дата:
Сообщение: Function Issue