Schema
Owner
postgres
Descriptions
There is no description for function st_geohash
Options
Option | Value |
---|---|
Returns |
text |
Language |
c |
Parameters |
geog public.geography maxchars integer = 0 |
Definition
CREATE OR REPLACE FUNCTION public.st_geohash (
geog public.geography,
maxchars integer = 0
)
RETURNS text AS
'$libdir/postgis-2.3', 'ST_GeoHash'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 1;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |