[postgis-tickets] [PostGIS] #3833: record "var_addy" has no field "sufdirabrv"
PostGIS
trac at osgeo.org
Wed Sep 6 10:58:49 PDT 2017
#3833: record "var_addy" has no field "sufdirabrv"
----------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.3.4
Component: tiger geocoder | Version: 2.3.x
Keywords: |
----------------------------+---------------------------
This is caused by my recent change to reverse_geocode function to return
suf direction abbrev
{{{
SELECT pprint_addy(r.addy[1]) AS st1, pprint_addy(r.addy[2]) AS st2,
pprint_addy(r.addy[3]) AS st3,array_to_string(r.street, ',') AS
cross_streets FROM reverse_geocode(ST_SetSRID(ST_Point(-94.7738,
43.6389),4269)) AS r;
12:42:08 DbBase: exQuery: Error during: 'reverse'
12:42:08 DbBase: ERROR: record "var_addy" has no field "sufdirabrv"
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3833>
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