Schema
public
Owner
albenard
Descriptions
There is no description for function st_force_3dz
Options
Option | Value |
---|---|
Returns |
public.geometry |
Language |
sql |
Parameters |
public.geometry |
Definition
CREATE OR REPLACE FUNCTION public.st_force_3dz (
public.geometry
)
RETURNS public.geometry AS
$span$
SELECT public._postgis_deprecate('ST_Force_3dz', 'ST_Force3DZ', '2.1.0');
SELECT public.ST_Force3DZ($1);
$span$
LANGUAGE 'sql'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 100;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51 |