I have a few spatial tables that are POLYGON and MULTIPOLYGON as the geometry type, each with between 1k and 10k features.  They only a couple of attributes and generally look good., and display in QGIS nicely.  I also have a separate (non-spatial) data table (called geodatatable) with about 50 records that contains numerous attributes and is joined to the polygons as follows<div>
<br><div><div>CREATE OR REPLACE VIEW public.geomapview AS </div><div> SELECT geomap.gid, geomap.unitcode, <a href="http://tab.name">tab.name</a>, tab.description, tab.geologicunittype, tab.metadata, geomap.geom</div><div>
   FROM geomap</div><div>   LEFT JOIN geodatatable tab ON geomap.unitcode::text = tab.unitcode::text;</div></div><div><br></div><div>However. when I look at the geometry_columns view, the srid is listed as 0 and the type is listed as GEOMETRY.  Shouldn't they be the same as the spatial table?  Is there a way to manually fix this or something I can check?  Thanks for your help.</div>
<div><br clear="all"><div><div>- John</div><div><br></div><div><br></div><div>John Callahan</div><div>Research Scientist</div><div>Delaware Geological Survey</div><div>University of Delaware<br><a href="http://www.dgs.udel.edu" target="_blank">http://www.dgs.udel.edu</a><br>
<div><a href="mailto:john.callahan@udel.edu" target="_blank">john.callahan@udel.edu</a> </div><br></div></div>
</div></div>