PostgreSQL PostGIS 空间数据约束使用
Query returned successfully:3 ROWS affected,62 ms execution TIME.-2.Now,apply centroid constraint ALTER TABLE simon.parcel ADD CONSTRAINT centroid_in_parcel CHECK(centroid IS NOT NULL AND ST_Covers(geom,centroid)=TRUE);...