Re: pl/pgsql enabled by default

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pl/pgsql enabled by default
Дата
Msg-id 6324.1115507630@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pl/pgsql enabled by default  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> Before we get into more minutia regarding potential security risk of plpgsql,
> are there any reasons *other* than security to not enable it?

Several potential issues have already been mentioned in this thread,
eg, what about shared library dependency vs linking plpgsql statically
into the backend, how will we deal with existing dump files, how will
it be possible for a DBA to disable the feature if he wishes.

But security is the easiest to handwave about with no facts ;-) ...
so if it gets shot down on that basis then no one need do the work
to figure out solutions to the other questions.
        regards, tom lane


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

Предыдущее
От: "John Hansen"
Дата:
Сообщение: Re: Patch for collation using ICU
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Race conditions, race conditions!