[postgis-tickets] [PostGIS] #1627: package tiger_geocoder as a PostgreSQL extension

PostGIS trac at osgeo.org
Thu Dec 27 14:38:49 PST 2012


#1627: package tiger_geocoder as a PostgreSQL extension
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  robe         
     Type:  enhancement     |      Status:  assigned     
 Priority:  medium          |   Milestone:  PostGIS 2.1.0
Component:  tiger geocoder  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by robe):

 This is functioning as of r10934.
 So now it is possible to


 {{{
 CREATE EXTENSION postgis_tiger_geocoder;
 }}}

 And if you have latest 2.1.0 installed without using an extension
 convert to extension model with

 {{{
 CREATE EXTENSION postgis_tiger_geocoder FROM unpackaged;
 }}}


 I still need to stress test, update the docs, and also implement the

 UPDATE EXTENSION logic before I can consider this closed.

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