Schema
Owner
postgres
Descriptions
There is no description for function postgis_typmod_srid
Options
Option | Value |
---|---|
Returns |
integer |
Language |
c |
Parameters |
integer |
Definition
CREATE OR REPLACE FUNCTION public.postgis_typmod_srid (
integer
)
RETURNS integer AS
'$libdir/postgis-2.3', 'postgis_typmod_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 |