[postgis-devel] [PostGIS] #1108: normalize_address: Internal address prefix sometimes get caught in post dir

PostGIS trac at osgeo.org
Wed Jul 6 03:42:37 PDT 2011


#1108: normalize_address: Internal address prefix sometimes get caught in post dir
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  robe         
     Type:  defect          |      Status:  new          
 Priority:  high            |   Milestone:  PostGIS 2.0.0
Component:  tiger geocoder  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by robe):

 Also # leaves out internal address.


 {{{
 SELECT * FROM normalize_address('529 Main Street, #201, Boston, MA
 02129');

  address | predirabbrev | streetname | streettypeabbrev | postdirabbrev |
 internal | location | stateabbrev |  zip  | parsed
 ---------+--------------+------------+------------------+---------------+----------+----------+-------------+-------+--------
      529 |              | Main       | St               |               |
 | Boston   | MA          | 02129 | t
 }}}

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