<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>    iīm trying to makepoints from 
coordinate data ( x and y column) in one table( montouto2000). This is what i 
do..</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>SELECT AddGeometryColumn('public', 'montouto2000', 
'the_geom', 23029, 'POINT', 2)<BR>update montouto2000 set 
the_geom=MakePoint(x,y)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>and Postgis says...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>ERROR: new row for relation "montouto2000" violates 
check constraint "enforce_srid_the_geom"<BR>Estado SQL:23514</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Iīve got two questions:</FONT></DIV>
<DIV><FONT face=Arial size=2>1. What is the column dimension? i try to set it as 
0 (poinst are  no dimension geometries) but it says thereīs a problem 
with the dim constraint, so i supose dimesion=number of coordinates? I donīt 
know, please, help.</FONT></DIV>
<DIV><FONT face=Arial size=2>2. What happens with SRID? why does PostGis 
Scream?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks in advance,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Gus</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>    </FONT></DIV></BODY></HTML>