Re: Function Help

From: Joel Burton <jburton(at)scw(dot)org>
To: Bob Whitehouse <bwhitehouse(at)geeknest(dot)com>
Cc: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Function Help
Date: 2001-05-04 16:17:11
Message-ID: Pine.LNX.4.21.0105041216500.28499-100000@olympus.scw.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Fri, 4 May 2001, Bob Whitehouse wrote:

> Can anyone show me an example of a function you've written in plpgsql that
> queries the database and fetches the resulting recordset to make it
> available to an application? I've been searching the documentation for an
> example of this and have not found anything yet.

Look in Mello's PGSQL Cookbook at techdocs.postgresql.org.

I've submitted at least one func that does this.

--
Joel Burton <jburton(at)scw(dot)org>
Director of Information Systems, Support Center of Washington

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2001-05-04 16:41:32 Re: UPDATE and INDEX on expensive function with (IsCachable)
Previous Message Bob Whitehouse 2001-05-04 15:24:38 Function Help