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'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 && 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's an exerpt of by *new* table which I am unable to access with qgis<br><br><br>           Table "public.roads_in_urban_or"<br>       Column       |         Type          | Modifiers <br>
--------------------+-----------------------+-----------<br> intersect_geometry | geometry              | <br> ogc_fid            | integer               | <br> wkb_geometry       | geometry              | <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>