<div dir="ltr"><div><div><div><div><div>I had suspected that i would be able to use either of both libraries, depending of what is in postgis.backend.  But it's not like that.<br></div>area(geometry) uses postgis-2.1<br></div>and st_area(geometry) uses postgis-2.2<br></div><br>select public.st_area(st_geomfromewkt('SRID=28992;POLYGON((100000 400000,100000 401000,101000 401000,101000 400000,100000 400000))'))<br>-->1000000<br>select public.area(st_geomfromewkt('SRID=28992;POLYGON((100000 400000,100000 401000,101000 401000,101000 400000,100000 400000))'))<br>-->1000000<br><br>Both work well now, so it seems that postgis.backend (or the GUC) is not a limiting factor anymore at all. <br></div>Next: i wil try to reproduce this and share the code.<br></div>(BTW is it OK to top post?)<br><div><div><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 24, 2016 at 5:01 PM, Willy-Bas Loos <span dir="ltr"><<a href="mailto:willybas@gmail.com" target="_blank">willybas@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>ah<br></div>reading into this: <a href="https://trac.osgeo.org/postgis/ticket/2382" target="_blank">https://trac.osgeo.org/postgis/ticket/2382</a><br></div>hints me that this "GUC" thing remembers the postgis version somehow. This especially has something to do with DDL.<br></div><div>So my loading legacy 2.2 set the GUC to postgis-2.2, solving the problem for most functions.<br><br></div><div>This isn't very reassuring though.<br></div><div>I'll look further into it and let you know.<br><br></div><div>Cheers,<br><br></div><div>WBL<br></div></div><br clear="all"></blockquote></div><br>-- <br><div class="gmail_signature"><div dir="ltr">Willy-Bas Loos<br></div></div>
</div></div></div>