Re: SetOf Functions

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: SetOf Functions
Дата
Msg-id 430614E8.4070706@commandprompt.com
обсуждение исходный текст
Ответ на SetOf Functions  ("Joshua D. Drake" <jd@commandprompt.com>)
Список 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 по дате отправления:

Предыдущее
От: "Chuck McDevitt"
Дата:
Сообщение: Re: Windows + IP6 progress
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: SetOf Functions