[postgis-users] differences in postgis 1.3.3 between ubuntu andwindows

Obe, Regina robe.dnd at cityofboston.gov
Fri Nov 14 04:44:48 PST 2008


Willy,
Those functions all rely on the new GEOS (3+).  So since you are running
the old GEOS on Ubuntu those don't get installed.  That's the expected
behavior.  You should upgrade your GEOS on ubuntu if you want to use
those.
 
Hope that helps,
Regina

________________________________

From: postgis-users-bounces at postgis.refractions.net
[mailto:postgis-users-bounces at postgis.refractions.net] On Behalf Of
Willy-Bas Loos
Sent: Friday, November 14, 2008 7:32 AM
To: PostGIS Users Discussion
Subject: [postgis-users] differences in postgis 1.3.3 between ubuntu
andwindows


Hi,

I compared all the functions in postgis 1.3.3 between Ubuntu 8.04 and
Windows XP.
I used this query:
SELECT p.proname, n.nspname, p.pronargs, p.proargnames
FROM pg_proc p
JOIN pg_namespace n ON (p.pronamespace = n.oid)
WHERE n.nspname NOT IN ('pg_catalog', 'information_schema') 
ORDER BY n.nspname ASC, p.proname ASC, p.pronargs DESC;

The respective full version strings are:
ubuntu:   POSTGIS="1.3.3" GEOS="2.2.3-CAPI-1.1.1" PROJ="Rel. 4.6.0, 21
Dec 2007" USE_STATS'
windows: POSTGIS="1.3.3" GEOS="3.0.0-CAPI-1.4.1" PROJ="Rel. 4.6.0, 21
Dec 2007" USE_STATS'

Turn out that thare are 5 functions in the windows version that are not
in the ubuntu one:
_st_coveredby
_st_covers
st_coveredby
st_covers
st_simplifypreservetopology

why?

WBL

-- 
"Patriotism is the conviction that your country is superior to all
others because you were born in it." -- George Bernard Shaw



-----------------------------------------
The substance of this message, including any attachments, may be
confidential, legally privileged and/or exempt from disclosure
pursuant to Massachusetts law. It is intended
solely for the addressee. If you received this in error, please
contact the sender and delete the material from any computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20081114/50de2595/attachment.html>


More information about the postgis-users mailing list