Re: 8.2 features status

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <bruce(at)momjian(dot)us>, Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: 8.2 features status
Date: 2006-08-04 20:41:42
Message-ID: 44D3B106.20705@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 solutions since 1997
http://www.commandprompt.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2006-08-04 20:48:02 Re: 8.2 features status
Previous Message Simon Riggs 2006-08-04 20:38:04 Re: WIP archive_timeout patch