Opened 7 years ago
Closed 7 years ago
#3833 closed defect (fixed)
record "var_addy" has no field "sufdirabrv"
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.3.4 |
Component: | tiger geocoder | Version: | 2.3.x |
Keywords: | Cc: |
Description
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"
Note:
See TracTickets
for help on using tickets.
In 15644: