[postgis-devel] [postgis-users] Allowing use of PostGIS EXTENSION w/out raster

Sandro Santilli strk at kbt.io
Mon Oct 9 02:17:39 PDT 2017


On Mon, Oct 09, 2017 at 04:39:22AM -0400, Regina Obe wrote:

> I'm more worried about folks who do 
> 
> ALTER EXTENSION postgis UPDATE;
> 
> And forget to do 
> ALTER EXTENSION postgis_raster UPDATE; 
> 
> And as a result get all sorts of crazy issues.

We should recommend to always run `postgis_full_version()`
after upgrades, as it should now report issues of that kind.

--strk;



More information about the postgis-devel mailing list