[postgis-tickets] [PostGIS] #4714: populate_geometry function ignores partitioned tables
PostGIS
trac at osgeo.org
Fri Jul 3 08:58:00 PDT 2020
#4714: populate_geometry function ignores partitioned tables
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.5
Component: postgis | Version: 2.5.x
Keywords: |
---------------------+---------------------------
Looks like we are missing filter for 'p' child partitions in the
populate_geometry piece. This should be rightfully ignored for type mod
since partitioned have to have the same structure as the parent partition,
but they can have check constraints applied to them different from parent.
So can be done with use_typmod = false is chosen.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4714>
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