Returning records from function

Поиск
Список
Период
Сортировка
От ryan.a.roemmich@mail.sprint.com
Тема Returning records from function
Дата
Msg-id H0001cb70b5909f1.0993575239.kcopmp06@MHS
обсуждение исходный текст
Ответы Re: Returning records from function  (Alex Pilosov <alex@pilosoft.com>)
Список pgsql-general
I'm moving to PostgreSQL from MS SQL Server.  In MSSQL I usually create
stored procedures to return result sets based on the passed arguments.
I guess my question is:  Is it possible to return multi-row data from
the PL/PGSQL functions of Postgres?  It's rather easy to just return
one field for a particular row.  I've played with the RECORD datatype
but it seems you can't return it from a function.

TIA,
Ryan Roemmich

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

Предыдущее
От: "Steve Wolfe"
Дата:
Сообщение: Re: More Red Hat information
Следующее
От: Alex Pilosov
Дата:
Сообщение: Re: How to fill 'bytea' columns?!?