<div class="gmail_quote"><div>Brent and Sean are correct. Nevertheless, it is worth noting that if you are trying to do k nearest neighbor queries, PostgreSQL 9.1 has  much better (as in orders of magnitude) indexing support for this particular scenario. See <a href="http://www.depesz.com/index.php/2010/12/11/waiting-for-9-1-knngist/">http://www.depesz.com/index.php/2010/12/11/waiting-for-9-1-knngist/</a> </div>
<div><br></div><div>Of course, AFAIK, PostGIS will eventually support the knngist indexing scheme in the future.</div><div><br></div><div>- Ragi</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Date: Sat, 23 Jul 2011 13:49:50 -0700 (PDT)<br>
From: Brent Wood <<a href="mailto:pcreso@pcreso.com">pcreso@pcreso.com</a>><br>
Subject: Re: [postgis-users] Where does Postgres end and PostGIS<br>
        begin?<br>
To: PostGIS Users Discussion <<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>><br>
Message-ID:<br>
        <<a href="mailto:1311454190.80566.YahooMailNeo@web33201.mail.mud.yahoo.com">1311454190.80566.YahooMailNeo@web33201.mail.mud.yahoo.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi Patrick,<br>
<br>
The native Postgres spatial data support is primitive & of little use if you actually need to manage spatial data. It is non standard, & unsupported by virtually every mapping or analytical tool that allows you to work with spatial data. For most of these tools, when they say Postgres support, they actually mean Postgis support.<br>

<br>
<br>
If you do have spatial data (geometries: points, lines & polygons) to manage & query, you should install & use Postgis. If you don't have spatial data, just the usual text, numbers & maybe dates & times, you just need Postgres.<br>

<br>
Cheers,<br>
<br>
?Brent Wood<br>
<br>
<br>
<br>
________________________________<br>
From: Patrick Gostovic <<a href="mailto:pg@phranq.com">pg@phranq.com</a>><br>
To: <a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
Sent: Sunday, July 24, 2011 2:50 AM<br>
Subject: [postgis-users] Where does Postgres end and PostGIS begin?<br>
<br>
Hi.<br>
<br>
I've installed the postgresql 9.0 macports package and it seems like I have some spatial features already without explicitly installing PostGIS; I created a table with column of type POINT.? I've noticed that macports does have a postgis package.? Do I actually need it?? I guess I'm just really fuzzy as to exactly what PostGIS is relative to Postgres.<br>

<br>
Any info would be appreciated.? Thanks!<br>
<br>
Patrick<br>
_______________________________________________<br></blockquote></div>