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.

---------------------------(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