| From: | Joe Conway <mail(at)joeconway(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Attention PL authors: want to be listed in template |
| Date: | 2005-09-06 04:22:25 |
| Message-ID: | 431D1981.7080809@joeconway.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane wrote:
> If you want to be listed, let me know. What I need to know to list you
> is values for this table:
>
> typedef struct
> {
> char *lanname; /* PL name */
> bool lantrusted; /* trusted? */
> char *lanhandler; /* name of handler function */
> char *lanvalidator; /* name of validator function, or NULL */
> char *lanlibrary; /* path of shared library */
> } PLTemplate;
>
Hi Tom,
Please include PL/R:
{ "plr", false, "plr_call_handler", NULL, "$libdir/plr" },
Thanks,
Joe
p.s. my (supposedly) static IP changed this summer -- I think my direct
mail might be getting blocked by your spam filters again.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rafaqat Ali | 2005-09-06 05:07:33 | How to add column in pg_class |
| Previous Message | Alvaro Herrera | 2005-09-06 03:49:14 | Re: release schedule |