Hi all,<br><br>I'm new to PostGis, and I'm making some preliminary test following the manual.<br>With this command:<br><br>   select AddGeometryColumn('', 'gtest', 'geom', -1, 'LINESTRING', 2);
<br><br>I got this error:<br><br>ERROR: function addgeometrycolumn("unknown", "unknown", "unknown", integer, "unknown", 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'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>