From 00460f7770eeccf9705edce8dfb0f26ba8706253 Mon Sep 17 00:00:00 2001 From: alchiba <155024809+a-lambda@users.noreply.github.com> Date: Fri, 29 Nov 2024 19:16:42 +0100 Subject: [PATCH] Update docs/training_manual/spatial_databases/geometry.rst Co-authored-by: Harrissou Sant-anna --- docs/training_manual/spatial_databases/geometry.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/training_manual/spatial_databases/geometry.rst b/docs/training_manual/spatial_databases/geometry.rst index 92ac8cd9b64..3d81d1c691f 100644 --- a/docs/training_manual/spatial_databases/geometry.rst +++ b/docs/training_manual/spatial_databases/geometry.rst @@ -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