Re: PL/pgSQL and SETOF

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: PL/pgSQL and SETOF
Дата
Msg-id 162867790711300916xd8cff12oceca31870c688332@mail.gmail.com
обсуждение исходный текст
Ответ на PL/pgSQL and SETOF  (Cultural Sublimation <cultural_sublimation@yahoo.com>)
Список pgsql-general
Hello


> Unfortunately it doesn't work!  Postgresql complains that "set-valued
> function called in context that cannot accept a set".  Anyway, what am
> I doing wrong, and what is the simplest way of translating get_items
> in PL/pgSQL?
>
> Thanks in advance!
> C.S.

try

select * from get_items2()

Regards
Pavel Stehule
>
>
>
>       ____________________________________________________________________________________
> Get easy, one-click access to your favorites.
> Make Yahoo! your homepage.
> http://www.yahoo.com/r/hs
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>

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

Предыдущее
От: Sam Mason
Дата:
Сообщение: Re: PL/pgSQL and SETOF
Следующее
От: Cultural Sublimation
Дата:
Сообщение: Re: PL/pgSQL and SETOF