Re: 8.2 features status

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: 8.2 features status
Дата
Msg-id 20060804203214.GE27207@fetter.org
обсуждение исходный текст
Ответ на Re: 8.2 features status  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: 8.2 features status
Список pgsql-hackers
On Fri, Aug 04, 2006 at 07:45:56AM -0700, Joshua D. Drake wrote:
> 
> >* Several varieties of replication, which I believe we as a project
> >  will eventually endorse and ship
> 
> This one will cause confusion regardless of how much advocacy,
> documentation and will power we put into it.

It will, but I think we'll eventually have to get there if for no
other reason than that every other DBMS on earth would have it.

> >* On-the-fly in-line calls out to PL/your_choice without needing to
> >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.

Cheers,
D
-- 
David Fetter <david@fetter.org> http://fetter.org/
phone: +1 415 235 3778        AIM: dfetter666                             Skype: davidfetter

Remember to vote!


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: pg_upgrade (was: 8.2 features status)
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [PATCHES] WIP archive_timeout patch