Re: Returning recordsets with functions

From: Tim Penhey <tim(at)penhey(dot)net>
To: Robert Fitzpatrick <robert(at)webtent(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Returning recordsets with functions
Date: 2004-09-23 22:28:27
Message-ID: 41534E0B.9040005@penhey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Robert Fitzpatrick wrote:

>Can someone point me to some more information or perhaps show an example
>of returning a recordset from a plpgsql function. I'd like to send an
>argument or arguments to the function, do some queries to return a set
>of records. I've done several functions that return one value of one
>type, but nothing that returns a set.
>
>
Ah ha. Someone else trying to find out what I had hunted for. I could
not find an example on the web, so I started writing one.
Not fully complete yet, but here is what is there and I hope it helps.

http://www.scorefirst.com/postgresql.html

Tim

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2004-09-24 00:34:55 Re: Restore a especific function
Previous Message Verbus M. Counts 2004-09-23 22:28:21 FW: Re: ruby-postgresql extension for windows