Re: Proposal: allow installation of any contrib module - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Proposal: allow installation of any contrib module
Date
Msg-id 45B8F653.1020505@sigaev.ru
Whole thread Raw
In response to Re: Proposal: allow installation of any contrib module  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: Proposal: allow installation of any contrib module
List pgsql-hackers
> Why is ltree still in contrib? What prevents it from being in core?
Nothing. But I don't see any advantage of placing it in core - it changes 
nothing in SQL, API or feature. Moving tsearch2 into core allows to manage 
configuration with nice SQL API, using SysCache, automatical rereading 
dictionaries files etc.

IMHO, common problem for hstore/ltree/tsearch2 is a problem with public 
namespace is dump/restore. Users usually dump the whole db and restore it in new 
version. Even we make new version of contrib module with the same function, new 
function/feature will not be accessible.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Stefan Kaltenbrunner
Date:
Subject: Re: Proposal: allow installation of any contrib module
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Proposal: allow installation of any contrib module