multi results with functions - Mailing list pgsql-sql

From kasper
Subject multi results with functions
Date
Msg-id c9di5r$2g8i$1@news.cybercity.dk
Whole thread Raw
Responses Re: multi results with functions
List pgsql-sql
Hi

Im trying to make a stored procedure that returns * from at table, and
returns multible rows. Can you do that, and how?

basically I would like to do:

create or replace function test () returns record as 'select * from dummytable;
' language sql;

Thanks
- Kasper




pgsql-sql by date:

Previous
From: "Jaime Casanova"
Date:
Subject: joining a table with a function
Next
From: Willem de Jong
Date:
Subject: Re: sum ( time) problem