id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 1780,ST_GeoHash should support geography type without cast,toofishes,pramsey,"Given that it operates on latitude/longitude coords, and most of the other export/output functions take both geometry and geography, I was surprised to see this one didn't. {{{ database=> select ST_GeoHash('POINT(0 0)'); st_geohash ---------------------- 7zzzzzzzzzzzzzzzzzzz (1 row) database=> select ST_GeoHash('POINT(0 0)'::geography); ERROR: function st_geohash(geography) does not exist LINE 1: select ST_GeoHash('POINT(0 0)'::geography); ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. }}} ",defect,closed,medium,PostGIS 2.1.0,postgis,2.0.x,fixed,,