[postgis-tickets] [PostGIS] #3460: Upgrade to 2.2 doesn't adjust size of pgis_abs type

PostGIS trac at osgeo.org
Fri Mar 4 13:11:56 PST 2016


#3460: Upgrade to 2.2 doesn't adjust size of pgis_abs type
----------------------+---------------------------
  Reporter:  dbaston  |      Owner:  dbaston
      Type:  defect   |     Status:  new
  Priority:  high     |  Milestone:  PostGIS 2.3.0
 Component:  postgis  |    Version:  2.2.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by robe):

 The only thing I would change in your update is to put in an additional
 where so we don't unnecessarily have to update the system catalogs every
 time.


 {{{
 UPDATE pg_type SET typlen = 16 WHERE typname = 'pgis_abs' AND typlen = 8;
 }}}

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