Returning records from function - Mailing list pgsql-general

From ryan.a.roemmich@mail.sprint.com
Subject Returning records from function
Date
Msg-id H0001cb70b5909f1.0993575239.kcopmp06@MHS
Whole thread Raw
Responses Re: Returning records from function  (Alex Pilosov <alex@pilosoft.com>)
List 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 by date:

Previous
From: "Steve Wolfe"
Date:
Subject: Re: More Red Hat information
Next
From: Alex Pilosov
Date:
Subject: Re: How to fill 'bytea' columns?!?