rsgb
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
st_patchn(geometry, integer)
Parameters
Name
Type
Mode
geometry
IN
integer
IN
Definition
SELECT CASE WHEN public.ST_GeometryType($1) = 'ST_PolyhedralSurface' THEN public.ST_GeometryN($1, $2) ELSE NULL END