Re: Is there a bug in FOR i IN 1..10 LOOP (8.4.4)?

Поиск
Список
Период
Сортировка
От Rob Richardson
Тема Re: Is there a bug in FOR i IN 1..10 LOOP (8.4.4)?
Дата
Msg-id 04A6DB42D2BA534FAC77B90562A6A03D0155474B@server.rad-con.local
обсуждение исходный текст
Ответ на Is there a bug in FOR i IN 1..10 LOOP (8.4.4)?  (Nick <nboutelier@gmail.com>)
Список pgsql-general
What makes you think there is a bug?  What does this function return for
you?  It always helps us to see everything you have seen.

Without taking the time to try it on my system, I'd recommend explictly
converting your index to text:
num_var := num_var || ',' || i::text;

RobR

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: How to inherit search_path from template
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Incrementally Updated Backups