Re: Attention PL authors: want to be listed in template

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Attention PL authors: want to be listed in template
Дата
Msg-id 431D1981.7080809@joeconway.com
обсуждение исходный текст
Ответ на Attention PL authors: want to be listed in template table?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: release schedule
Следующее
От: Rafaqat Ali
Дата:
Сообщение: How to add column in pg_class