Re: Returning row or rows from function?

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: David Durst <ddurst(at)larubber(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Returning row or rows from function?
Date: 2003-01-13 18:43:35
Message-ID: 20030113103706.Y58199-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, 8 Jan 2003, David Durst wrote:

> I want to create a function that will return
> a row or rows of a table is this possible?

It is in 7.3.

> If so can someone replay with a complete example?

You can find some examples in:
http://techdocs.postgresql.org/guides/SetReturningFunctions

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2003-01-13 18:45:05 Re: to_date confusion
Previous Message Josh Berkus 2003-01-13 17:26:13 Re: Crosstab-style query in pure SQL