Thanks Oliver but I already tried that with the sentence:<div><font class="Apple-style-span" color="#213780" face="monospace"><b><br></b></font></div><div><div>SELECT UpdateGeometrySRID('mypoints', 'srid', 4326);</div>
<div>(following instructioms: <span class="Apple-style-span" style="font-family: 'Lucida Grande', Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: rgb(46, 46, 46); "><code class="funcdef"><b class="fsfunc" style="color: rgb(33, 55, 128); ">UpdateGeometrySRID</b>(</code>varchar <var class="pdparam">table_name</var>, varchar <var class="pdparam">column_name</var>, integer <var class="pdparam">srid</var><code>)</code>;<span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: arial; font-size: small; ">)</span></span></div>
<div>I got the following message<div><div><br></div><div>ERROR: column not found in geometry_columns table</div><div>SQL state: P0001</div><div>Context: SQL statement "SELECT UpdateGeometrySRID('','', $1 , $2 , $3 )"</div>
<div>PL/pgSQL function "updategeometrysrid" line 4 at SQL statement</div><div><br></div><div>I don't know what's happpening....</div><div><br></div><div><br><div class="gmail_quote">On Sat, Jan 16, 2010 at 4:00 PM, Olivier Courtin <span dir="ltr"><<a href="mailto:olivier.courtin@oslandia.com">olivier.courtin@oslandia.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
On Jan 16, 2010, at 7:54 PM, Oscar Zamudio wrote:<br>
<br>
Hi Oscar.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Ok, when I insert my points in my spatial enabled database I used:<br></div>
[...]<div class="im"><br>
without no spatial reference system explicit so I guess the SRID is set to "unknown" i.e. -1.  Then naively I created a new column named srid for my table and put the right value of SRID<br>
</div></blockquote>
<br>
SRID information is stored *both* in the geometry_columns table (srid column),<br>
and inside each geometry itself.<br>
<br>
So consider using UpdateGeometrySRID function to fix your issue.<br>
<<a href="http://postgis.refractions.net/documentation/manual-svn/UpdateGeometrySRID.html" target="_blank">http://postgis.refractions.net/documentation/manual-svn/UpdateGeometrySRID.html</a>><br>
<br>
HTH,<br>
<br>
--<br>
Olivier<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</blockquote></div><br></div></div></div></div>