[postgis-tickets] [PostGIS] #4286: Problem for generating statistics for 3D geometries
PostGIS
trac at osgeo.org
Wed Jan 9 07:58:29 PST 2019
#4286: Problem for generating statistics for 3D geometries
-----------------------+---------------------------
Reporter: ezimanyi | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.2
Component: postgis | Version: 2.4.x
Resolution: | Keywords:
-----------------------+---------------------------
Comment (by pramsey):
I'm afraid you now owe me a beer, I went to the debugger and spent a few
hours on this and it all works. The problem is your test.
{{{
select stanumbers1, stanumbers2 from pg_statistic where starelid = (select
relfilenode from pg_class where relname = 'test_point3d');
}}}
Note the case of 'test_point3d'
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4286#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