Re: Installing PL/pgSQL by default
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Bruce Momjian <bruce@momjian.us>, Kevin Grittner <Kevin.Grittner@wicourts.gov>, Robert Haas <robertmhaas@gmail.com>, Scott Marlowe <scott.marlowe@gmail.com>, Thom Brown <thombrown@gmail.com>, PGSQL Mailing List <pgsql-general@postgresql.org>, pgsql-hackers@postgresql.org, Craig Ringer <craig@postnewspapers.com.au>
Date: 2009-12-04T00:27:48Z
Lists: pgsql-hackers, pgsql-general
Tom Lane wrote: > Bruce Momjian <bruce@momjian.us> writes: > >> One problem is that because system oids are used, it isn't possible to >> drop the language: >> I assume we still want to allow the language to be uninstalled, for >> security purposes. >> > > Yes. That behavior is not acceptable. Why aren't you just adding > a CREATE LANGUAGE call in one of the initdb scripts? > > > Before we go too far with this, I'd like to know how we will handle the problems outlined here: <http://archives.postgresql.org/pgsql-hackers/2008-02/msg00916.php> cheers andrew