From 0aa10f1679b0899747d1b543d2b3400eb1537a88 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 27 Jun 2015 22:51:29 +0000 Subject: [PATCH] another typo git-svn-id: http://svn.osgeo.org/postgis/trunk@13729 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_address_standardizer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/extras_address_standardizer.xml b/doc/extras_address_standardizer.xml index 58ccc0b01..7c0cd2cc8 100644 --- a/doc/extras_address_standardizer.xml +++ b/doc/extras_address_standardizer.xml @@ -576,7 +576,7 @@ SELECT house_num, name, suftype, city, country, state, unit FROM standardize_ad house_num | name | suftype | city | country | state | unit ----------+------------+---------+--------+---------+---------------+----------------- 1 | DEVONSHIRE | PLACE | BOSTON | USA | MASSACHUSETTS | # PENTHOUSE 301 - Using tables packaged with tiger geocoder. This example only works if you installec postgis_tiger_geocoder. + Using tables packaged with tiger geocoder. This example only works if you installed postgis_tiger_geocoder. SELECT * FROM standardize_address('tiger.pagc_lex', 'tiger.pagc_gaz', 'tiger.pagc_rules', 'One Devonshire Place, PH 301, Boston, MA 02109-1234'); -- 2.50.1