Re: How to fix set-valued function called in contextthat cannot accept a set in earlier versions

Поиск
Список
Период
Сортировка
От Alban Hertroys
Тема Re: How to fix set-valued function called in contextthat cannot accept a set in earlier versions
Дата
Msg-id D5936687-C99C-4A47-9AA5-99A9F0E65DEF@solfertje.student.utwente.nl
обсуждение исходный текст
Ответ на Re: How to fix set-valued function called in contextthat cannot accept a set in earlier versions  ("Andrus" <kobruleht2@hot.ee>)
Список pgsql-general
On 5 Apr 2010, at 16:33, Andrus wrote:

> Than you.
>
>> remove begin and end from above function.
>
> I tried code belwo in 8.3 but got error
> ERROR:  column "line" does not exist
> LINE 29: select * from wordwrap(line,linelen);
>
> Andrus.

Yes of course, you don't specify where to take line or linelen from. You probably meant to put some constant values
thereor results from another table. 

> select wordwrap83('fdgdf',10)


^^^^^^
These values for example.

Alban Hertroys

--
If you can't see the forest for the trees,
cut the trees and you'll see there is no forest.


!DSPAM:737,4bba1f2b10411047147693!



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

Предыдущее
От: Gerhard Heift
Дата:
Сообщение: Temporal data storage
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: count function alternative in postgres