[postgis-devel] [PostGIS] #301: [raster] Add uninstall_rtpostgis.sql machinery

PostGIS trac at osgeo.org
Wed Dec 21 11:56:15 PST 2011


#301: [raster] Add uninstall_rtpostgis.sql machinery
-----------------------------------+----------------------------------------
 Reporter:  mloskot                |       Owner:  robe         
     Type:  enhancement            |      Status:  new          
 Priority:  medium                 |   Milestone:  PostGIS 2.0.0
Component:  build/upgrade/install  |     Version:  trunk        
 Keywords:                         |  
-----------------------------------+----------------------------------------

Comment(by dustymugs):

 Possible use of pg_dump --clean --schema-only to generate
 uninstall_rtpostgis.sql.  A static one would be the default but make
 should be able to generate a dynamic one.  make would need to create a
 database (like regress), populate the database, run the dump, create the
 uninstall script and then drop the database.  Regression test could test
 the static (or dynamic) uninstall script to make sure the uninstall works.

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