Re: First feature patch for plperl - draft [PATCH]

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: First feature patch for plperl - draft [PATCH]
Дата
Msg-id D52625E7-BD7A-4D93-8FC3-EAED7E822F47@kineticode.com
обсуждение исходный текст
Ответ на Re: First feature patch for plperl - draft [PATCH]  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: First feature patch for plperl - draft [PATCH]
Список pgsql-hackers
On Dec 4, 2009, at 10:36 AM, Tom Lane wrote:

>> Are multiline GUCs allowed in the postgresql.conf file?
>
> I don't think so.  In any case this seems like an extreme abuse of the
> concept of a GUC, as well as being a solution in search of a problem,
> as well as being something that should absolutely not ever happen inside
> the postmaster process for both reliability and security reasons.
> I vote a big no on this.

That's fine. It's relatively simple for an admin to create a Perl module that does everything she wants, call it PGInit
orsomething, and then just make the GUC: 
   plperl.on_perl_init = 'use PGInit;'

Best,

David

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: CVS HEAD: Error accessing system column from plpgsql trigger function
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: First feature patch for plperl - draft [PATCH]