maya
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
st_force_collection(geometry)
Description
args: geomA - Converts the geometry into a GEOMETRYCOLLECTION.
Parameters
Name
Type
Mode
$1
USER-DEFINED
IN
Definition
SELECT _postgis_deprecate('ST_Force_Collection', 'ST_ForceCollection', '2.1.0'); SELECT ST_ForceCollection($1);