Re: Installing PL/pgSQL by default

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>, Thom Brown <thombrown(at)gmail(dot)com>, PGSQL Mailing List <pgsql-general(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org, Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Subject: Re: Installing PL/pgSQL by default
Date: 2009-12-04 00:27:14
Message-ID: 200912040027.nB40REg09512@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Tom Lane wrote:
> Bruce Momjian <bruce(at)momjian(dot)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?

Which scripts? initdb.c?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Dunstan 2009-12-04 00:27:48 Re: Installing PL/pgSQL by default
Previous Message Tom Lane 2009-12-04 00:10:34 Re: Installing PL/pgSQL by default

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2009-12-04 00:27:48 Re: Installing PL/pgSQL by default
Previous Message Tom Lane 2009-12-04 00:10:34 Re: Installing PL/pgSQL by default