id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1108	normalize_address: Internal address prefix sometimes get caught in post dir	robe	robe	"-- this works
{{{ 
SELECT * FROM normalize_address('529 Main Street, Apt 201, Boston, MA 02129');

 address | predirabbrev | streetname | streettypeabbrev | postdirabbrev | internal | location | stateabbrev |  zip  | parsed 
---------+--------------+------------+------------------+---------------+----------+----------+-------------+-------+--------
     529 |              | Main       | St               |               | Apt 201  | Boston   | MA          | 02129 | t
}}}

But this has Suite bleed into postdirabbrev because it starts with S


{{{

SELECT * FROM normalize_address('529 Main Street, Suite 201, Boston, MA 02129');
 address | predirabbrev | streetname | streettypeabbrev | postdirabbrev | internal  | location | stateabbrev |  zip  | parsed 
---------+--------------+------------+------------------+---------------+-----------+----------+-------------+-------+--------
     529 |              | Main       | St               | S             | Suite 201 | Boston   | MA          | 02129 | t
}}}
"	defect	new	high	PostGIS Future	tiger geocoder	trunk			
