[postgis-tickets] [PostGIS] #2511: geometry_columns doesn't support materialized views

PostGIS trac at osgeo.org
Wed Oct 16 15:41:06 PDT 2013


#2511: geometry_columns doesn't support materialized views
---------------------+------------------------------------------------------
 Reporter:  pramsey  |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.5
Component:  postgis  |     Version:  2.0.x        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by pramsey):

 Looks like 9.3 adds a new relkind for materialized views, 'm', so we need
 to add "OR c.relkind = 'm'::"char"" to the geometry columns view
 generator.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2511#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