Re: pl/pgsql enabled by default
От
Tom Lane
Тема
Re: pl/pgsql enabled by default
Дата
Msg-id
13959.1115388848@sss.pgh.pa.us
Ответ на
Re: pl/pgsql enabled by default (Neil Conway)
Список
Дерево обсуждения
Re: pl/pgsql enabled by default Andrew - Supernews <andrew+nonews@supernews.com>
Re: pl/pgsql enabled by default Josh Berkus <josh@agliodbs.com>
Re: pl/pgsql enabled by default Tom Lane <tgl@sss.pgh.pa.us>
Neil Conway writes: > But I agree security is not a good argument against enabling it by default. Isn't it? Even without anything that we regard as a bug, availability of a server-side programming language is still a risk factor from the point of view of any reasonably paranoid DBA. The denial of service risk in particular (whether intentional or accidental) goes way up. Another problem with this proposal is that installations without shared-library support will stop working entirely. I suppose we could get around that by building plpgsql into the core backend instead of as a shared library, but that will be risky if the other PLs migrate out --- plpgsql really should be built the same way as the rest of them, so that it continues to serve as an early warning system for build/link problems. Also, your proposal as worded does not seem to mean "installed by default", it means "installed, period". How would a DBA who doesn't want it get rid of it? If he later changes his mind, how does he return to a standard configuration (short of initdb)? We don't really have support for removing and re-adding built-in functions. regards, tom lane
В списке pgsql-hackers по дате отправления