| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: PL/php in pg_pltemplate |
| Date: | 2005-11-25 13:48:16 |
| Message-ID: | 20051125134815.GE11477@surnet.cl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Peter Eisentraut wrote:
> Tom Lane wrote:
> > I don't see any strong reason for enforcing that as policy, if the
> > language maintainer wants an entry. (But is Alvaro the maintainer of
> > pl/php?)
Yes, I have started work on PL/php and currently I'm the only
maintainer. I must add that the code is far from ready yet, but I
expect that by the time 8.2 comes around it will be in much better
shape. (To the point that it doesn't take a single-line function to
crash the server, for example.)
> > My recollection is that we identified some pros and cons of
> > having listings for non-core languages, and decided it should be up
> > to the language maintainers to decide what they want.
>
> Perhaps Alvaro can identify the reasons why he wants this done and then
> we can determine whether it's a good idea.
Well, it's one step less for installing the language. Users just
install the library and issue the appropiate CREATE LANGUAGE call; no
need to mess with specifying the handler/validator function name.
(Which is not a very big deal, granted, but it's precisely the reason
why pg_pltemplate was invented.)
I just realized that this is the first out-of-core language for which
this has been proposed. I wonder why Joe Conway didn't submit an entry
for PL/R. (Is there any other language out there?)
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jan Wieck | 2005-11-25 14:14:47 | Re: someone working to add merge? |
| Previous Message | Martijn van Oosterhout | 2005-11-25 12:14:03 | Re: someone working to add merge? |