Re: [GENERAL] Return resultset from a function

2004-10-12 Thread Michael Fuhr
On Tue, Oct 12, 2004 at 04:15:28PM -0700, Neumann P?ter wrote: > > I'm fairly new to Postgres and ran into a problem quite soon. Until > now I used MS Sql2000 and with it I was able to write a simple > stored procedure that returned a resultset (for example: 'select * > from table1'). But

[GENERAL] Return resultset from a function

2004-10-12 Thread Neumann Péter
Hi Every1, I'm fairly new to Postgres and ran into a problem quite soon. Until now I used MS Sql2000 and with it I was able to write a simple stored procedure that returned a resultset (for example: 'select * from table1'). But I don't know the way how to do it in Postgres, cause I can't