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

From Alban Hertroys
Subject Re: How to fix set-valued function called in contextthat cannot accept a set in earlier versions
Date
Msg-id D5936687-C99C-4A47-9AA5-99A9F0E65DEF@solfertje.student.utwente.nl
Whole thread Raw
In response to Re: How to fix set-valued function called in contextthat cannot accept a set in earlier versions  ("Andrus" <kobruleht2@hot.ee>)
List 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 by date:

Previous
From: Gerhard Heift
Date:
Subject: Temporal data storage
Next
From: Merlin Moncure
Date:
Subject: Re: count function alternative in postgres