Skip to content

Commit

Permalink
Update docs/training_manual/spatial_databases/geometry.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Harrissou Sant-anna <[email protected]>
  • Loading branch information
a-lambda and DelazJ authored Nov 29, 2024
1 parent eb5488a commit 00460f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/training_manual/spatial_databases/geometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ for that city and computing a buffer around that area.
);
ALTER TABLE myPolygonTable
ADD CONSTRAINT myPolygonTable_geom_point_chk
ADD CONSTRAINT myPolygonTable_geom_polygon_chk
CHECK (st_geometrytype(geometry) = 'ST_Polygon'::text );
- Create and load the convex hulls
Expand Down

0 comments on commit 00460f7

Please sign in to comment.