Re: SetOf Functions

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2005-08-19 18:35:38 Re: Why is lock not released?
Previous Message Joshua D. Drake 2005-08-19 17:20:40 Re: SetOf Functions