Re: SetOf Functions

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: SetOf Functions
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Why is lock not released?