[postgis-tickets] [PostGIS] #5192: Error executing PostGIS function

PostGIS trac at osgeo.org
Fri Jul 29 11:15:20 PDT 2022


#5192: Error executing PostGIS function
--------------------------+--------------------------------
  Reporter:  thomasmarti  |      Owner:  pramsey
      Type:  defect       |     Status:  new
  Priority:  medium       |  Milestone:  PostGIS PostgreSQL
 Component:  postgis      |    Version:  3.2.x
Resolution:               |   Keywords:
--------------------------+--------------------------------
Comment (by robe):

 1) Where did you get your PostGIS from?  Did you compile yourself or get
 from a package repo?

 I would suggest you upgrade to the latest micro of each of these.
 I think Proj 7.0.0 was pretty buggy so I would be running 7.2.1 or higher.

 PostgreSQL 14 - 14.4 is the latest patch release for 14, so I would be
 running with that if you can, though I doubt your issues are cause by
 that.

 GEOS 3.10.3 is the latest, so you should bump to that.

 Everything else looks okay aside from the GDAL_DATA not found.  That
 usually means something wrong with your PROJ configuration, like it can't
 find the proj.db or other env paths.

 At any rate, if you are not using raster functionality, you can run:


 {{{
 DROP EXTENSION postgis_raster;
 }}}

 So one less thing for you to worry about.

 2)
 a) Can you give us a gdb trace of the error

 https://trac.osgeo.org/postgis/wiki/DevWikiGettingABackTrace

 or
 b) a small set of data and self-contained example that reproduces the
 error


 If you can't do either on #2, there is unfortunately nothing we can do to
 troubleshoot where the issue is.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5192#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list