Changes between Initial Version and Version 1 of Ticket #5222, comment 9


Ignore:
Timestamp:
Aug 31, 2022, 12:06:09 PM (23 months ago)
Author:
marc3932

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5222, comment 9

    initial v1  
    9595LIBXML=""2.9.9"" LIBJSON=""0.12"" LIBPROTOBUF=""1.2.1"" WAGYU=""0.5.0 (Internal)"" RASTER"
    9696
    97 -- SELECT * FROM pg_available_extensions WHERE name LIKE 'postgis';
     97-- SELECT * FROM pg_available_extensions WHERE name LIKE 'postgis%';
    9898
    9999"postgis"       "3.2.3" "3.2.3" "PostGIS geometry and geography spatial types and functions"
     
    103103ERROR:  extension "postgis_raster" already exists
    104104SQL state: 42710
    105 
    106 -- NOTE: if postgis_raster already exists then pg_available_extensions should have showed that, seems another bug to fix !!!
    107105
    108106-- DROP EXTENSION postgis_raster;
     
    127125Query returned successfully in 252 msec.
    128126
    129 -- SELECT * FROM pg_available_extensions WHERE name LIKE 'postgis';
     127-- SELECT * FROM pg_available_extensions WHERE name LIKE 'postgis%';
    130128
    131129"postgis"       "3.2.3" "3.2.3" "PostGIS geometry and geography spatial types and functions"
    132 
    133 --NOTE: pg_available_extensions still does not show postgis_raster but in pgAdmin when expand the "Extensions" I can see "postgis" and "postgis_raster".
    134130
    135131-- DROP EXTENSION postgis_raster;