Schema
Owner
postgres
Descriptions
There is no description for function geography_gist_same
Options
Option | Value |
---|---|
Returns |
pg_catalog.internal |
Language |
c |
Parameters |
public.box2d public.box2d pg_catalog.internal |
Definition
CREATE OR REPLACE FUNCTION public.geography_gist_same (
public.box2d,
public.box2d,
pg_catalog.internal
)
RETURNS pg_catalog.internal AS
'$libdir/postgis-2.3', 'gserialized_gist_same'
LANGUAGE 'c'
VOLATILE
CALLED 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 |