Re: Strange loop

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Strange loop
Дата
Msg-id 4985.1004480431@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Strange loop  (Torbjörn Andersson <tobbe@embryo.se>)
Список pgsql-sql
Torbjörn Andersson <tobbe@embryo.se> writes:
> I need some help with the function below. My intention is to hand the
> content of result_store and sort it out so that I can have a complete
> recordset. But for some reason result_store is returned empty. It works fine
> for one row but the concatenation of result_store and result does not seem
> to work.

Try initializing result_store to something other than NULL ...
        regards, tom lane


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

Предыдущее
От: "Aasmund Midttun Godal"
Дата:
Сообщение: Re: Strange loop
Следующее
От: Stéphane Chomat
Дата:
Сообщение: Primary key with oid + name : error, which solution ?