id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
921,populate_geometry_columns() does not add parent tables,pcav,pramsey,"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.",defect,closed,medium,PostGIS 2.0.0,postgis,1.5.X,invalid,,strk
