I have been trying to understand exactly how this works...<br><br>How to register an existing geometry column into geometry_columns so that its accessible for geoprocessing.<br><br>I&#39;ve unsuccessfully INSERTed the corresponding info by hand into the geometry_columns.
<br><br>The problem is the following:<br>I have successfully loaded two tables that I have also successfully INTERSECTed using the &amp;&amp; operator. Now thise has left me with a new table where I have 2 geometry columns. The question is how do I register these columns to the geometry_columns table so that I can see it through some other app like QGis? I believe that some function similar to addgeometrycolumns() should do this... but this does not update the geometry_column... !?
<br><br><br><br>here&#39;s an exerpt of by *new* table which I am unable to access with qgis<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Table &quot;public.roads_in_urban_or&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Column&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | Modifiers <br>
--------------------+-----------------------+-----------<br>&nbsp;intersect_geometry | geometry&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <br>&nbsp;ogc_fid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | integer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <br>&nbsp;wkb_geometry&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | geometry&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <br>....<br clear="all">
<br><br>I apologize beforehand if this is a naive question, but it wont hurt to document this in more depth as this is probably a very common issue...<br><br>thank, <br><br>Horacio Samaniego<br><br>