[postgis-devel] [PostGIS] #964: Support for PostgreSQL 9.1+ new Extensions model

PostGIS trac at osgeo.org
Thu Sep 15 01:44:33 PDT 2011


#964: Support for PostgreSQL 9.1+ new Extensions model
-------------------------+--------------------------------------------------
 Reporter:  robe         |       Owner:  robe         
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.0.0
Component:  postgis      |     Version:  trunk        
 Keywords:               |  
-------------------------+--------------------------------------------------
Changes (by robe):

  * milestone:  PostGIS Future => PostGIS 2.0.0


Comment:

 Okay I have committed my work so far on this at r7851

 I haven't integrated with the rest of make install, but each can be
 installed separately.

 I have some outstanding issues I noted in the README.

 But with this so far I can do this on my 9.1 windows instance:

 CREATE EXTENSION postgis_core;
 CREATE EXTENSION postgis_raster;


 The postgis_topology one I'm getting an error which I haven't had a chance
 to troubleshoot.

 I also haven't marked spatial_ref_sys table as being user changeable.

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