Schema
Owner
postgres
Descriptions
There is no description for function st_srid
Options
Option | Value |
---|---|
Returns |
integer |
Language |
c |
Parameters |
geog public.geography |
Definition
CREATE OR REPLACE FUNCTION public.st_srid (
geog public.geography
)
RETURNS integer AS
'$libdir/postgis-2.3', 'LWGEOM_get_srid'
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 07/12/2018 13:23 |