Changes between Initial Version and Version 1 of Ticket #3896, comment 12


Ignore:
Timestamp:
Oct 11, 2017, 11:55:17 PM (7 years ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3896, comment 12

    initial v1  
    77
    88Sorry I had put the comment on wrong ticket in my commit.
     9
     10strk so now that I do
     11
     12
     13{{{
     14SELECT postgis_extensions_upgrade();
     15}}}
     16
     17
     18If I am already at latest dev it goes thru the next loop so my output and notification looks like
     19
     20
     21{{{
     22
     23'POSTGIS="2.5.0dev r15970" [EXTENSION] PGSQL="100" GEOS="3.7.0dev-CAPI-1.11.0 8fe2ce6" PROJ="Rel. 4.9.3, 15 August 2016" GDAL="GDAL 2.2.2, released 2017/09/15" LIBXML="2.7.8" LIBJSON="0.12" LIBPROTOBUF="1.2.1" RASTER (raster procs from "2.5.0dev r15968" need upgrade)'
     24
     25NOTICE:  ALTER EXTENSION postgis UPDATE TO "2.5.0devnext";
     26NOTICE:  ALTER EXTENSION postgis UPDATE TO "2.5.0dev";
     27Successfully run. Total query runtime: 838 msec.
     281 rows affected.
     29}}}
     30
     31
     32I'm a bit puzzled though why my raster is showing a require upgrade and didn't get upgrade to the latest, but I suspect that is a different issue like something not being rebuilt.