[postgis-tickets] [PostGIS] #4339: CREATE EXTENSION postgis FROM unpackaged: ERROR: operator does not exist: geometry ~~ geometry

PostGIS trac at osgeo.org
Wed Mar 6 07:07:13 PST 2019


#4339: CREATE EXTENSION postgis FROM unpackaged: ERROR:  operator does not exist:
geometry ~~ geometry
---------------------+---------------------------
 Reporter:  strk     |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  blocker  |  Milestone:  PostGIS 3.0.0
Component:  postgis  |    Version:  trunk
 Keywords:           |
---------------------+---------------------------
 This happens right after unpackaging postgis code from current trunk
 (using opt_out.sh):
 {{{
 strk=# select postgis_extensions_upgrade();
 ERROR:  operator does not exist: geometry ~~ geometry
 CONTEXT:  SQL statement "ALTER EXTENSION postgis ADD OPERATOR ~~
 (geometry,geometry)"
 PL/pgSQL function inline_code_block line 3 at SQL statement
 SQL statement "CREATE EXTENSION postgis FROM unpackaged"
 PL/pgSQL function postgis_extensions_upgrade() line 48 at EXECUTE
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4339>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list