Changes between Initial Version and Version 1 of Ticket #5222, comment 8
- Timestamp:
- 08/31/22 13:18:45 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5222, comment 8
initial v1 7 7 --And then try your upgrade again. 8 8 9 --SELECT postgis_extensions_upgrade(); 9 10 {{{ 11 SELECT postgis_extensions_upgrade(); 12 }}} 13 10 14 11 15 NOTICE: Extension postgis_sfcgal is not available or not packagable for some reason … … 17 21 SQL state: 22023 18 22 19 --SELECT * FROM pg_available_extensions WHERE name LIKE 'postgis'; 23 24 {{{ 25 SELECT * FROM pg_available_extensions WHERE name LIKE 'postgis%'; 26 }}} 27 20 28 21 29 "postgis" "3.2.2" "3.2.2" "PostGIS geometry and geography spatial types and functions" … … 23 31 --only the postgis extension is installed!!! 24 32 25 --CREATE EXTENSION postgis_raster; 33 34 {{{ 35 CREATE EXTENSION postgis_raster; 36 }}} 37 26 38 27 39 ERROR: PostGIS Raster is already installed in schema 'public'CONTEXT: PL/pgSQL function inline_code_block line 10 at RAISESQL state: P0001 28 40 29 --SELECT postgis_full_version(); 41 42 {{{ 43 SELECT postgis_full_version(); 44 }}} 45 30 46 31 47 "POSTGIS=""3.2.2 3.2.2"" [EXTENSION] PGSQL=""110"" GEOS=""3.10.3-CAPI-1.16.1"" PROJ=""7.2.1"" GDAL=""GDAL 2.2.4, released 2018/03/19 GDAL_DATA not found"" LIBXML=""2.9.9"" LIBJSON=""0.12"" LIBPROTOBUF=""1.2.1"" WAGYU=""0.5.0 (Internal)"" RASTER (raster lib from ""2.5.2 r17328"" need upgrade) [UNPACKAGED!] (raster procs from ""2.5.2 r17328"" need upgrade)"