]> granicus.if.org Git - postgis/commitdiff
correction
authorRegina Obe <lr@pcorp.us>
Thu, 27 Jan 2011 18:21:11 +0000 (18:21 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 27 Jan 2011 18:21:11 +0000 (18:21 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6743 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_tigergeocoder.xml

index aaaf3da0ec1c5b693780830447124761527be0e4..1bb138608656051d85e1f0ab9a60bad8375eaea8 100644 (file)
@@ -118,7 +118,7 @@ UPDATE addresses_to_geocode
        || COALESCE(' ' || (g.addy).location , '')
        || COALESCE(', ' || (g.addy).stateabbrev, '') 
     || COALESCE(' ' || (g.addy).zip, ''),
-               ST_X(g.geomout), ST_Y(g.geomout) )
+               ST_X(g.geomout)::numeric(8,5), ST_Y(g.geomout)::numeric(8,5) )
 FROM (SELECT DISTINCT ON (addid) addid, (g1.geo).*
        FROM (SELECT addid,  (geocode(address)) As geo
 FROM addresses_to_geocode As ag