Re: [postgis-users] PostGIS 1.5 -> 2.4 compatibility

2020-08-18 Thread Regina Obe
You can use the legacy.sql script which should be packaged with most distributions in the contrib folder – I think we still package it. Though fewer and fewer people use it so let us know if you run into issues with it or you can’t find it in your distribution. Now as to geometrytype(sha

Re: [postgis-users] PostGIS 1.5 -> 2.4 compatibility

2020-08-18 Thread Komяpa
Hello, Please note 2.4 is not the latest version, 3.0 is. You're expected to add ST_ prefix to all the functions to find their modern name. ST_SRID, ST_GeometryType in your example. On Tue, Aug 18, 2020 at 10:26 PM S Bob wrote: > All; > > > We are upgrading from postgis 1.5 -> 2.4 > > > Is th

[postgis-users] PostGIS 1.5 -> 2.4 compatibility

2020-08-18 Thread S Bob
All; We are upgrading from postgis 1.5 -> 2.4 Is there a compat module that will provide for the missing functionality listed below: srid(geometry) is missing geometrytype(shapepoint) is missing geometrytype(shapepointplanar) is missing Or is there an alternate for these functions in 2