Hi all,<br><br>I&#39;m new to PostGis, and I&#39;m making some preliminary test following the manual.<br>With this command:<br><br>&nbsp;&nbsp; select AddGeometryColumn(&#39;&#39;, &#39;gtest&#39;, &#39;geom&#39;, -1, &#39;LINESTRING&#39;, 2);
<br><br>I got this error:<br><br>ERROR: function addgeometrycolumn(&quot;unknown&quot;, &quot;unknown&quot;, &quot;unknown&quot;, integer, &quot;unknown&quot;, integer) does not exist<br>SQL state: 42883<br>Hint: No function matches the given name and argument types. You may need to add explicit type casts.
<br>Character: 8<br><br>I&#39;m running Postgres 8.2 with PostGIS enabled on Windows XP.<br><br>Thank you for any helping.<br><br>Best Regards,<br>-Elena <br><br><br>