hi,

kasper wrote, On 5/31/2004 00:02:
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;

returns SETOF dummytable as ' ....

C.

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to