rsgb
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
st_polygonfromwkb(bytea, integer)
Parameters
Name
Type
Mode
bytea
IN
integer
IN
Definition
SELECT CASE WHEN public.geometrytype(public.ST_GeomFromWKB($1,$2)) = 'POLYGON' THEN public.ST_GeomFromWKB($1, $2) ELSE NULL END