Re: Attention PL authors: want to be listed in template - Mailing list pgsql-hackers

From Joe Conway
Subject Re: Attention PL authors: want to be listed in template
Date
Msg-id 431D1981.7080809@joeconway.com
Whole thread Raw
In response to Attention PL authors: want to be listed in template table?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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.


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: release schedule
Next
From: Rafaqat Ali
Date:
Subject: How to add column in pg_class