Re: [postgis-users] shp import through GDAL fails

2020-10-13 Thread Paolo Cavallini
Indeed, on a fresh db on one of our servers the import works. I'll check further in the others. Sorry for the noise. Cheers. Il 13/10/20 17:22, Regina Obe ha scritto: >> this was my initial guess, that's why I'm asking here (Postgis 3, that is). >> Thanks. >> >> Il 13/10/20 16:21, b.j.kob...@utwen

Re: [postgis-users] shp import through GDAL fails

2020-10-13 Thread Regina Obe
> this was my initial guess, that's why I'm asking here (Postgis 3, that is). > Thanks. > > Il 13/10/20 16:21, b.j.kob...@utwente.nl ha scritto: > > I think the function AddGeometryColumnis deprecated already for some > > time (now should be ST_AddGeometryColumn)so maybe in postgis v13 it > > does

Re: [postgis-users] shp import through GDAL fails

2020-10-13 Thread Paolo Cavallini
this was my initial guess, that's why I'm asking here (Postgis 3, that is). Thanks. Il 13/10/20 16:21, b.j.kob...@utwente.nl ha scritto: > I think the function AddGeometryColumnis deprecated already for some > time (now should be ST_AddGeometryColumn)so maybe in postgis v13 it does > not work anym

Re: [postgis-users] shp import through GDAL fails

2020-10-13 Thread b.j.kob...@utwente.nl
I think the function AddGeometryColumn is deprecated already for some time (now should be ST_AddGeometryColumn) so maybe in postgis v13 it does not work anymore... yours -- Barend Köbben Senior Lecturer – ITC-GIP & ATLAS, University Twente PO Box 217, 7500 AE Enschede (The Netherlands) +31-(0)53

Re: [postgis-users] shp import through GDAL fails

2020-10-13 Thread Paolo Cavallini
Hi Darafei Il 13/10/20 15:55, Darafei "Komяpa" Praliaskouski ha scritto: >  - is postgis installed into the same database where you are unpacking > dump to? common issue is installing to "postgres" database and then > expecting to have it in "gis" or "$yourapp" one. sure >  - can you share a fu

Re: [postgis-users] shp import through GDAL fails

2020-10-13 Thread Jeff McKenna
On 2020-10-13 10:48 a.m., Paolo Cavallini wrote: Hi all, we are consistently getting errors during shapefiles import: https://github.com/OSGeo/gdal/issues/3053 Initially we believed this was due to unsupported syntax by GDAL, but from the ticket the issue seems more related to PostGIS, possibly p

Re: [postgis-users] shp import through GDAL fails

2020-10-13 Thread Komяpa
Hello, Let's start with first things: - is postgis installed into the same database where you are unpacking dump to? common issue is installing to "postgres" database and then expecting to have it in "gis" or "$yourapp" one. - can you share a full reproducer scenario? there are two in the ticket

[postgis-users] shp import through GDAL fails

2020-10-13 Thread Paolo Cavallini
Hi all, we are consistently getting errors during shapefiles import: https://github.com/OSGeo/gdal/issues/3053 Initially we believed this was due to unsupported syntax by GDAL, but from the ticket the issue seems more related to PostGIS, possibly packaging. Any hint will be welcome. Cheers. -- Pao