<div dir="ltr">Hi All,<div><br></div><div>I'm running a PostGIS query to create a view, buffering a polygon - viewing the result in DB Manager, the associated icon, rather than being polygons, is a question mark, and in the info tab for the layer, I see the warning ' There is no entry in geometry_columns!'</div><div><br></div><div>That said, the layer actually displays fine in QGIS, and in the list of fields, the appropriate column is labeled as Type 'geometry'. </div><div><br></div><div>Thus, is this really a problem? And if so, any easy fixes? A sample query is below:</div><div><br></div><div><div>CREATE OR REPLACE VIEW test.testbuff as</div><div>SELECT gid, area_id, st_buffer(testshape.geom, 100) </div><div>as geom2 FROM test.testshape where testshape.area_id=100;</div></div><div><br></div><div><br></div><div>Thanks for any suggestions!</div><div>Mike</div></div>