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 <[EMAIL PROTECTED]> http://fetter.org/
phone: +1 415 235 3778        AIM: dfetter666
                              Skype: davidfetter

Remember to vote!

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to