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

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: How to fix set-valued function called in context that cannot accept a set in earlier versions
Дата
Msg-id m2tb42b73151004050640y3a0add35h19fc2ea74c62cb71@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to fix set-valued function called in context that cannot accept a set in earlier versions  (hubert depesz lubaczewski <depesz@depesz.com>)
Ответы Re: How to fix set-valued function called in context that cannot accept a set in earlier versions  ("Andrus" <kobruleht2@hot.ee>)
Список pgsql-general
On Mon, Apr 5, 2010 at 7:28 AM, hubert depesz lubaczewski
<depesz@depesz.com> wrote:
> On Mon, Apr 05, 2010 at 02:14:33PM +0300, Andrus wrote:
>> select wordwrap('fdgdf',10)
>
> select * from wordwrap('...', ...);

another workaround is to wrap the pl/pgsql function in sql function.
it's not always easy to re-work the function all into a 'from'
expression.

merlin

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

Предыдущее
От: Kenichiro Tanaka
Дата:
Сообщение: Re: How to fix set-valued function called in context that cannot accept a set in earlier versions
Следующее
От: "Igor Neyman"
Дата:
Сообщение: Re: join two tables without a key