Schema
Owner
postgres
Descriptions
There is no description for function st_force_collection
Options
Option | Value |
---|---|
Returns |
public.geometry |
Language |
sql |
Parameters |
public.geometry |
Definition
CREATE OR REPLACE FUNCTION public.st_force_collection (
public.geometry
)
RETURNS public.geometry AS
$span$
SELECT public._postgis_deprecate('ST_Force_Collection', 'ST_ForceCollection', '2.1.0');
SELECT public.ST_ForceCollection($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 07/12/2018 13:23 |