Changes between Version 3 and Version 4 of Ticket #5222


Ignore:
Timestamp:
Aug 30, 2022, 3:29:08 PM (23 months ago)
Author:
marc3932
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5222 – Description

    v3 v4  
    7777"
    7878PL/pgSQL function postgis_extensions_upgrade() line 71 at EXECUTE
     79
    7980SQL state: 22023
     81
     82------------------------------------
     83
     84
     85{{{
     86CREATE EXTENSION postgis_raster SCHEMA public VERSION unpackaged;
     87}}}
     88
     89
     90**ERROR:  extension "postgis_raster" has no installation script nor update path for version "unpackaged"**
     91
     92**SQL state: 22023**
    8093
    8194------------------------------------