[postgis-tickets] [PostGIS] #3183: Logic to upgrade the address_standardizer extensions
PostGIS
trac at osgeo.org
Sat Jun 27 09:08:58 PDT 2015
#3183: Logic to upgrade the address_standardizer extensions
---------------------------------+---------------------------
Reporter: robe | Owner: woobri
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: pagc_address_parser | Version: trunk
Keywords: |
---------------------------------+---------------------------
Right now you can do
{{{
CREATE EXTENSION address_standardizer;
CREATE EXTENSION address_standardizer_data_us;
}}}
But you can't do ALTER EXTENSION. This not too critical in 2.2.0 except
possibly for upgrading from address_standardizer 1.0 for those folks who
actually used the std_address type in their tables (Like Leo), but will be
more of an issue in 2.2.1.
I also expect to be updating the address_standardizer_data_us (maybe not
at 2.2.0 but at 2.2.1 so being able to add new entries without destroying
people's custom ones will become more of an issue.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3183>
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