[postgis-devel] [PostGIS] #921: populate_geometry_columns() does not add parent tables

PostGIS trac at osgeo.org
Sat Apr 23 01:23:45 PDT 2011


#921: populate_geometry_columns() does not add parent tables
---------------------+------------------------------------------------------
 Reporter:  pcav     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  1.5.X        
 Keywords:           |  
---------------------+------------------------------------------------------
 Inheritance is a nice PG feature:
 http://www.postgresql.org/docs/9.0/static/ddl-inherit.html
 {{{
 CREATE TABLE daughter () inherits (mother);
 }}}
 Unfortunately, it seems that populate_geometry_columns() does not take
 into account parent tables, that are not added to geometry_columns, and
 have to be added by hand.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/921>
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-devel mailing list