Hello! I have a doubt. I created the view with geometry, with  the next sql:<br><br>CREATE VIEW Z AS <br> SELECT a.id........, c.the_geom<br> FROM actgis a<br> JOIN Parc2009 c ON a.ref_catastral= c.refcat;<br><br>I can´t include the record into the geometry columns of generated vew. Do you have some advices?<br>
<br>What can I do to renew geometry_columns with the information from the new view?Can I use  the addgeometry_columns functions or I should modify it,because it's functiones can only be used for the table?<br><br>thanks<br>