Re: SetOf Functions - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: SetOf Functions
Date
Msg-id 430614FF.6000209@commandprompt.com
Whole thread Raw
In response to Re: SetOf Functions  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Josh Berkus wrote:
> 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.

Cool thanks... (takes note to document in the book)

> 


-- 
Your PostgreSQL solutions company - Command Prompt, Inc. 1.800.492.2240
PostgreSQL Replication, Consulting, Custom Programming, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/


pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: SetOf Functions
Next
From: Alvaro Herrera
Date:
Subject: Re: Why is lock not released?