[postgis-devel] [PostGIS] #2049: populate_geometry_columns: ERROR: cannot alter type of a column used in a trigger definition

PostGIS trac at osgeo.org
Tue Oct 16 08:13:35 PDT 2012


#2049: populate_geometry_columns: ERROR:  cannot alter type of a column used in a
trigger definition
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  strk         
     Type:  defect   |      Status:  assigned     
 Priority:  medium   |   Milestone:  PostGIS 2.0.2
Component:  postgis  |     Version:  2.0.x        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 The only thing we could do is:

   0. Fetch trigger definition
   1. DROP the trigger
   2. Run the ALTER TABLE
   3. CREATE the trigger

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2049#comment:3>
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-devel mailing list