Re: SetOf Functions - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: SetOf Functions
Date
Msg-id 430614E8.4070706@commandprompt.com
Whole thread Raw
In response to SetOf Functions  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
>>
> 
> You mean like this?
> 
> create type bar (firstname text, id int);
> create function foo() returns setof bar as ' ' language sql;

No. I am aware I can do that ;) I don't want to have to create
the type ahead of time :)

Sincerely,

Joshua D. Drake


> 
> cheers
> 
> andrew


-- 
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: "Chuck McDevitt"
Date:
Subject: Re: Windows + IP6 progress
Next
From: "Joshua D. Drake"
Date:
Subject: Re: SetOf Functions