[postgis-tickets] [PostGIS] #3166: normalize_address gives invalid regular expression error on input with parentheses

PostGIS trac at osgeo.org
Fri Jul 3 22:59:21 PDT 2015


#3166: normalize_address gives invalid regular expression error on input with
parentheses
-----------------------------+---------------------------
  Reporter:  alexreinhart    |      Owner:  robe
      Type:  defect          |     Status:  closed
  Priority:  medium          |  Milestone:  PostGIS 2.1.8
 Component:  tiger geocoder  |    Version:  2.1.x
Resolution:  wontfix         |   Keywords:
-----------------------------+---------------------------
Changes (by robe):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 Going to focus my attention on new address standardizer so not going to
 bother fixing this.  The new address standardizer works fine with this:


 {{{
 SELECT pagc_normalize_address('307 Oakland Ave (Bouquet Garden a),
 Pittsburgh PA 15213');
 }}}

 outputs:

 {{{
 (307,,OAKLAND,AVE,,"# BOUQUET GARDEN A",PITTSBURGH,PA,15213,t)
 }}}

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3166#comment:1>
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