<div>Hello everybody,</div>
<div>
<div>Is there any problem if I add a geometry by this way?</div>
<div> </div></div>
<div>Firstly, I created table has a column with geometry type. Then, I added check constraints for this geometry column like this:</div>
<div> </div>
<div> CONSTRAINT con_poi_point_enforce_dims_chk CHECK (ndims(poi_point) = 2),<br> CONSTRAINT con_poi_point_enforce_geotype_chk CHECK (geometrytype(poi_point) = ''POINT''::text OR poi_point IS NULL),<br> CONSTRAINT con_poi_point_enforce_srid_chk CHECK (srid(poi_point) = 4326)</div>


<div> </div>
<div> </div>
<div>Cheers</div>
<div> </div>
<div>Vy Nguyen</div>