diff --git a/docs/generated/sql/functions.md b/docs/generated/sql/functions.md index 157da03a4dc1..e6ed9825e1f9 100644 --- a/docs/generated/sql/functions.md +++ b/docs/generated/sql/functions.md @@ -2141,6 +2141,10 @@ The paths themselves are given in the direction of the first geometry.

st_startpoint(geometry: geometry) → geometry

Returns the first point of a geometry which has shape LineString. Returns NULL if the geometry is not a LineString.

+st_subdivide(geometry: geometry) → geometry

Returns a geometry divided into parts, where each part contains no more than 256 vertices.

+
+st_subdivide(geometry: geometry, max_vertices: int4) → geometry

Returns a geometry divided into parts, where each part contains no more than the number of vertices provided.

+
st_summary(geography: geography) → string

Returns a text summary of the contents of the geography.

Flags shown square brackets after the geometry type have the following meaning: