Thank you<br><br><div class="gmail_quote">On 27 October 2011 17:48, Sandro Santilli <span dir="ltr"><<a href="mailto:strk@keybit.net">strk@keybit.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5">On Thu, Oct 27, 2011 at 12:01:14AM +0200, Sindile Bidla wrote:<br>
> I am running ubuntu 11.10 with PostgreSQL 9.1 with Postgis 1.5.3 installed<br>
> via apt. I would also like to test Postgis 2.0 on the same database cluster<br>
> any advise on how to proceed.<br>
><br>
> I have already downloaded Postgis 2.0 from<br>
> <a href="http://postgis.refractions.net/download/postgis-2.0.0SVN.tar.gz" target="_blank">http://postgis.refractions.net/download/postgis-2.0.0SVN.tar.gz</a><br>
<br>
</div></div>./configure --with-topology --with-raster && make && make check &&<br>
sudo make install<br>
<br>
 createdb pgis20_tests<br>
 createlang pgis20_tests plpgsql<br>
 psql -f postgis/postgis.sql pgis20_tests<br>
<br>
Then you have your old databases using 1.5.3 and the new database<br>
using 2.0.0SVN.<br>
<br>
Don't miss to also install GEOS-3.3.1 for getting most out of topology<br>
(install it _before_ building the new postgis).<br>
<br>
--strk;<br>
<br>
  ()   Free GIS & Flash consultant/developer<br>
  /\   <a href="http://strk.keybit.net/services.html" target="_blank">http://strk.keybit.net/services.html</a><br>
</blockquote></div><br>