Re: modules - Mailing list pgsql-hackers

From Greg Smith
Subject Re: modules
Date
Msg-id Pine.GSO.4.64.0804041058490.8037@westnet.com
Whole thread Raw
In response to Re: modules  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: modules  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, 3 Apr 2008, Joshua D. Drake wrote:

> IMO the core modules should be compiled via configure with something
> like:
> ./configure --enable-module=ALL

If you really want to make the problems with using contrib modules go 
away, so they are a) installed even by lazy ISPs who just do 
compile/make/make install, and b) not viewed as second-class citizens when 
people have to ask them to be installed, this won't do it.  You should 
default to installing all the modules and provide configure options to 
turn them off instead.  All PostgreSQL installations should have them all 
available (but not installed in the database, as you point out) unless 
someone goes out of their way to circumvent that.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD


pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: Patch queue -> wiki (was varadic patch)
Next
From: Alvaro Herrera
Date:
Subject: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing