<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 07/14/2009 08:42 PM, Michael Savarese wrote:
<blockquote
 cite="mid:75c8645a0907140812p13639cddqcf2ea0a193659886@mail.gmail.com"
 type="cite"><span>PostgreSQL PostGIS newbie here. On windows XP box,
I've installed
postgresql 8.3.7 as server and followed with postgis 1.3.6 with
application
stack builder. didn't get any errors after several attempts. When using
postgis manager plugin on QGIS version 1.0.2 Kore, it says PostGIS
support not enabled.  Anyone have a impromptu checklist ?</span><br
 clear="all">
</blockquote>
Are you sure the database to which you are connecting contains PostGIS
data?<br>
<br>
Please run the following query:<br>
<br>
SELECT postgis_lib_version(), postgis_scripts_installed(),
postgis_scripts_released(), postgis_geos_version(),
postgis_proj_version(), postgis_uses_stats();<br>
<br>
If the following query returns an error, the plugin manager will say "<span>PostGIS
support
not
enabled". Also an error means PostGIS is not installed in the
database.<br>
<br>
The Application Stackbuilder creates a template_postgis database,
create a database using the template and try connecting to it.</span>
<blockquote
 cite="mid:75c8645a0907140812p13639cddqcf2ea0a193659886@mail.gmail.com"
 type="cite"><br>
-- <br>
Michael A Savarese<br>
GIS Analyst<br>
Cape Cod Commission<br>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>