Re: Return Value of a Function

From: Joe Conway <mail(at)joeconway(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Terry Lee Tucker <terry(at)esc1(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Return Value of a Function
Date: 2004-02-02 17:47:11
Message-ID: 401E8D1F.7010607@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> (Joe, I couldn't find a self-contained example using a function-returning-
> record after a bit of searching in the 7.4 docs. Surely there is one?)

Looks like only one (see bottom of "Examples" section):
http://www.postgresql.org/docs/current/static/sql-select.html
Probably could use more examples somewhere.

We frequently direct people to Stephan Szabo's "Set Returning Functions"
page on Techdocs:
http://techdocs.postgresql.org/guides/SetReturningFunctions

Joe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2004-02-02 17:47:17 Re: I can't upgrade to PostgreSQL 7.4 in RedHat 9.0
Previous Message Bruno Wolff III 2004-02-02 17:32:06 Re: About Privileges