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