[postgis-users] Upgrade from postgis 2.0.3 to 2.0.4

Saulteau Don sault.don at gmail.com
Mon Oct 21 14:50:31 PDT 2013


Now that you have PostGIS 2.0.4 installed, your databases are still
running off of PostGIS 2.0.3 (as seen by the output of your SELECT
postgis_full_version(); statement).

If you installed the PostGIS features with EXTENSIONS, than all that
is needed is a soft upgrade on each database:

ALTER EXTENSION postgis UPDATE TO "2.0.4";
ALTER EXTENSION postgis_topology UPDATE TO "2.0.4";

See http://postgis.net/docs/postgis_installation.html#soft_upgrade_extensions
for more info.

On Mon, Oct 21, 2013 at 11:36 AM, Francisco Javier Avalos Zapata
<francisco.avalos at gmail.com> wrote:
> Hi.
>
> Which is the correct way to update postgis from 2.0.3  to 2.0.4 on Windows.
>
> I upgraded with stack builder but the function postgis_full_version()
> returns me:
>
> "POSTGIS="2.0.4" GEOS="3.3.8-CAPI-1.7.8" PROJ="Rel. 4.8.0, 6 March 2012"
> GDAL="GDAL 1.10.0, released 2013/04/24" LIBXML="2.7.8" LIBJSON="UNKNOWN"
> (core procs from "2.0.3 r11132" need upgrade) TOPOLOGY (topology procs from
> "2.0.3 r11132" need upgrade) RASTER (raster procs from "2.0.3 r11132" need
> upgrade)"
>
> Is OK?
>
> thanks.
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users


More information about the postgis-users mailing list