Re: Question on returning Rows in a stored proc

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Question on returning Rows in a stored proc
Date: 2009-03-24 17:17:33
Message-ID: 200903241017.33934@hal.medialogik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tuesday 24 March 2009, Richard Sickler <richard(dot)sickler(at)avagotech(dot)com>
wrote:
> real, etc. But if I wanted to return the results of something like a
> query, (e.g. SELECT * FROM foo), how would I do that?
>

Look in the docs for set returning functions.

--
Even a sixth-grader can figure out that you can’t borrow money to pay off
your debt

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Matthias Leopold 2009-03-24 17:21:36 alter table question for 7.2
Previous Message Andreas Kretschmer 2009-03-24 17:14:19 Re: Question on returning Rows in a stored proc