returning multiple values from a plpgsql function?

Поиск
Список
Период
Сортировка
От Celia McInnis
Тема returning multiple values from a plpgsql function?
Дата
Msg-id 20050609194026.M90366@drmath.ca
обсуждение исходный текст
Ответы Re: returning multiple values from a plpgsql function?  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-novice
Is there any way to return multiple values from a plpgsql function? Ideally
I'd like to be able to return two arrays and a scalar value rather than
having to pack them into a single longer array.

Thanks for your help,
Celia McInnis

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

Предыдущее
От: Ennio-Sr
Дата:
Сообщение: How not to display system tables?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Function debugging question