[postgis-tickets] [PostGIS] #2355: Upgrade to change box cast to assignment

PostGIS trac at osgeo.org
Fri Jun 7 19:43:22 PDT 2013


#2355: Upgrade to change box cast to assignment
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  low      |   Milestone:  PostGIS 2.1.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 This is related to #2262  That takes care of new installs, but doesn't fix
 existing.  I'm not sure how to change our machinery to drop and recreate a
 cast.  As I recall I was able to drop the PostgreSQL box cast without any
 consequences so we could just do a

 {{{
 DROP CAST .. IF EXISTS;
 CREATE CAST ;
 }}}


 I don't know how else to do it except my favorite DO call.

 I suppose we could just always drop and recreate it too.

 Anyway this isn't too big of a deal and doesn't need to be fixed for 2.1.0
 (can wait for a micro).  Only Bruce noticed the issue.

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