Re: SetOf Functions

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Subject: Re: SetOf Functions
Date: 2005-08-19 17:08:49
Message-ID: 200508191008.49475.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Josh,

> CREATE FUNCTION foo() RETURNS SET OF text,int4,float,timestamp AS ' '
> language SQL;

You can effectively do this with the new INOUT syntax. Check it out in the
8.1devel docs.

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-08-19 17:11:54 Re: Why is lock not released?
Previous Message Andrew Dunstan 2005-08-19 17:04:30 Re: SetOf Functions