Okay, sorry to bug again, but now I do have kind of the same problem again. Here we go:<div><br></div><div>v.out.ogr only gives me the field cat in the attribute table, all other fields are gone:</div><div>v.out.ogr input=Buildings@PERMANENT type=area dsn=/tmp/buildings.shp layer=2 --overwrite</div>

<div><br></div><div>The geometries are exported, but no attributes from layer 2 come with. In GRASS I can see that the attributes are readable in layer 2. I really need these attributes in the shapefile, or I need to be able to export the geometries directly, together with the attributes, to PostGIS - the goal is to show them in a Geoserver. Any ideas?</div>

<div><br></div><div>Oh, and a tip for anyone that struggles with similar things: I just revised my SQL script to make the views so that entries in the table buildings_globalstrahlung_dachflaeche that don&#39;t have a matching entry in gebaeude_nutzflaeche still come with into the new view. I did that by, rather than using the operator JOIN, using OUTER JOIN.</div>