Re: Extensions User Design - Mailing list pgsql-hackers

From Richard Huxton
Subject Re: Extensions User Design
Date
Msg-id 4A48BB2D.2030202@archonet.com
Whole thread Raw
In response to Re: Extensions User Design  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut wrote:
> 
> Another thing we might want to consider once we have a robust extension 
> mechanism is to move some things out of the backend into extensions.  
> Candidates could be uuid, legacy geometry types, inet/cidr, for example.  
> These extensions would still be available and probably installed by default, 
> but they need not be hardcoded into the backend.

Presumably would help the prospective upgrader too. Upgrade tool can't 
cope with the change to inet types? No problem, I *know* they're not in 
use, since they're not loaded.

--   Richard Huxton  Archonet Ltd


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Extensions User Design
Next
From: Lars Kanis
Date:
Subject: [PATCH] user mapping extension to pg_ident.conf