<p><br>
> > <br>
> > It works instead.. <br>
> > I saw that "geometry_columns" is a view but the method works.<br>
><br>
> Works at doing what ? It probably just silently does nothing. <br></p>
<p>If I make the above command and I look into the geometry column view I can see a row with my information added.</p>
<p>> What does this return ? <br>
><br>
>   SELECT f_table_name, f_geometry_column, srid, type <br>
>   FROM geometry_columns WHERE f_table_name = 'pointdata'; </p>
<p>I'll try Monday at work.. </p>
<p>> > The view created is correctly and immediately seen by qgis that loads the <br>
> > point data. <br>
> > The only problem is that it takes a year to load it.. <br>
><br>
> That's because QGis scans the whole table since it's unable to find <br>
> the type and srid information in the geometry_column table. <br>
> Am I wrong ? <br>
></p>
<p>No it immediately find the type and srid information. <br>
In qgis when I open a connection there is a layer called mypointdata and it's seen as point feature. When I click on add layer qgis take a lot to load it. <br>
But I think It's a question of data to be loaded.  In fact I tried to make a new view with only 2 fields in it and qgis is much more fast on loading it.<br>
Pietro </p>


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://postgis.17.n6.nabble.com/How-to-make-some-geometry-column-visible-to-Qgis-tp5000570p5000607.html">Re: How to make some geometry column visible to Qgis</a><br/>
Sent from the <a href="http://postgis.17.n6.nabble.com/PostGIS-User-f3516033.html">PostGIS - User mailing list archive</a> at Nabble.com.<br/>