Re: Functions/stored procedures and returning rows with

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Bryan Walker <fnprez(at)furiousninja(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Functions/stored procedures and returning rows with
Date: 2003-03-18 05:28:24
Message-ID: 20030317212553.I32742-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 17 Mar 2003, Bryan Walker wrote:

> Please forgive any obvious syntax errors. Those I can fix. At this
> point, I'm just looking for a nudge in the right direction on how to get
> multiple rows out by doing a SELECT * FROM foo(5) or whatever.

You might want to look at:
http://techdocs.postgresql.org/guides/SetReturningFunctions
for some examples.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chuck Roast 2003-03-18 06:40:22 Re: XML in PostgreSQL
Previous Message Bryan Walker 2003-03-18 05:18:45 Functions/stored procedures and returning rows with plpgsql