| From: | David Fetter <david(at)fetter(dot)org> |
|---|---|
| To: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
| 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:32:14 |
| Message-ID: | 20060804203214.GE27207@fetter.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)fetter(dot)org> http://fetter.org/
phone: +1 415 235 3778 AIM: dfetter666
Skype: davidfetter
Remember to vote!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2006-08-04 20:35:09 | Re: Values list-of-targetlists patch for comments (was Re: |
| Previous Message | Stephen Frost | 2006-08-04 20:30:10 | Re: pg_upgrade (was: 8.2 features status) |