[postgis-tickets] [PostGIS] #2291: &&& can't be upgraded from 2.0 to 2.1

PostGIS trac at osgeo.org
Mon May 11 08:14:19 PDT 2015


#2291: &&& can't be upgraded from 2.0 to 2.1
------------------------------------+---------------------------
  Reporter:  robe                   |      Owner:  pramsey
      Type:  defect                 |     Status:  new
  Priority:  high                   |  Milestone:  PostGIS 2.2.0
 Component:  build/upgrade/install  |    Version:  trunk
Resolution:                         |   Keywords:  operator
------------------------------------+---------------------------

Comment (by strk):

 The update call, which shoudl always work (already-updated or not), and
 assuming there are no schema conflicts:
 {{{
 update pg_operator set oprrest = 'gserialized_gist_sel_nd', oprjoin =
 'gserialized_gist_joinsel_nd' where oprname = '&&&' and oprleft = oprright
 and oprright = ( select oid from pg_type where typname = 'geometry' );
 }}}

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2291#comment:7>
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