<div dir="ltr">G'day Regina,<div><br></div><div>You have nailed it, it was a database from an old (postgis 1.5) system - so I actually expected to have many more errors. Luckily it was so old that I had installed postgis into its own schema, so a simple DROP SCHEMA gis CASCADE; has solved this problem. </div><div><br></div><div>I have 'noticed' this since upgrading a number of systems :</div><div><br></div><div><div>>  NOTICE:  Function postgis_topology_scripts_installed() not found. Is topology support enabled and topology.sql installed?</div></div><div><br></div><div>We don't always need / use topology, so don't install it... is this notice appearing a new behaviour, or have I messed up something else?</div><div><br></div><div>Thanks again,</div><div><br></div><div>cheers</div><div><br></div><div>Ben</div><div><br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 10 October 2014 05:31, Paragon Corporation <span dir="ltr"><<a href="mailto:lr@pcorp.us" target="_blank">lr@pcorp.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Ben,<br>
<br>
That function hasn't existed for a while in PostGIS.  I would say circa 1.3.<br>
I think it was a time when we were experimenting with using Java and JTS<br>
natively in PostGIS.<br>
<br>
I suspect you have a mix of PostGIS installs.  Did you install a backup from<br>
somewhere?<br>
<br>
If so, you might be able to fix the issue by<br>
<br>
Running postgis upgrade scripts.<br>
<br>
Hope that helps,<br>
Regina<br>
<a href="http://www.postgis.us" target="_blank">http://www.postgis.us</a><br>
<a href="http://postgis.net" target="_blank">http://postgis.net</a><br>
<br>
------------------------------------------------------------<br>
<br>
<br>
<br>
<br>
<br>
--------------------------<br>
<div><div>G'day all,<br>
<br>
I'm not sure if this is a postgis or an ubuntu issue, but having just<br>
installed postgis on to ubuntu 14.04 from the pgdg repository, I am getting<br>
this error :<br>
<br>
  # select postgis_full_version();<br>
  ERROR:  function postgis_jts_version() does not exist<br>
  LINE 1: SELECT postgis_jts_version()<br>
                 ^<br>
  HINT:  No function matches the given name and argument types. You might<br>
need to add explicit type casts.<br>
  QUERY:  SELECT postgis_jts_version()<br>
  CONTEXT:  PL/pgSQL function postgis_full_version() line 15 at SQL<br>
statement<br>
<br>
<br>
I have previously installed onto many Ubuntu 12.04 without this problem. I<br>
guess there are two parts:<br>
<br>
1. do I have / need jts (it is showing geos 3.4.2-CAPI-1.8.2 r3921) ?<br>
<br>
2. if I don't have it, should it fail completely, or just return NULL ?<br>
<br>
cheers<br>
<br>
Ben<br>
<br>
<br>
</div></div>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org" target="_blank">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><br>Ben Madin<div><br></div></div>
</div></div>