Re: 8.2 features status

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: 8.2 features status
Дата
Msg-id 44D3B106.20705@commandprompt.com
обсуждение исходный текст
Ответ на Re: 8.2 features status  (David Fetter <david@fetter.org>)
Ответы Re: 8.2 features status
Список pgsql-hackers
>>> issue DDL
>> You mean something like: EXEC plperl(print $foo)?
> 
> Something like this:
> 
> SELECT a, b, c
> FROM (
>     EXECUTE IMMEDIATE
>     LANGUAGE plperl
>     $$...$$
> ) AS (a int, b point, c text)
> JOIN ...
> 
> Anyhow, the idea is to be able to call PL functionality in-line
> without having to create a function in advance.

Well that is certainly interesting. Opens up a whole lot of flexibility,  especially to views and such.

Seems a little unnatural though ;)

Joshua D. Drake


> 
> Cheers,
> D


-- 
   === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240   Providing the most comprehensive  PostgreSQL
solutionssince 1997             http://www.commandprompt.com/
 




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: [PATCHES] WIP archive_timeout patch
Следующее
От: David Fetter
Дата:
Сообщение: Re: 8.2 features status