<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div><br>v.out.ogr in=roadsmajor dsn=PG:dbname=pgis_grass format=PostgreSQL<br><br>-><br><br>$ db.select data=pgis_grass dri=pg sql="select count(*) from roadsmajor" -c<br>355<br><br>db.select data=pgis_grass dri=pg sql="select srid from<br>geometry_columns where f_table_name = 'roadsmajor'" -c<br>900914<br><br>(new srid added to the table `spatial_ref_sys`)<br></div></blockquote><div><br></div><div>Hi Martin, just noticed PostGIS assigned 900914 to your table above, yet below its 3358.</div><div>This is the same as what I'm experiencing.</div><div>When I inspect the details of 900914, it mirrors the correct SRID - its just labelled 900914 instead?</div><div>Yet v.out.postgis handles everything the way you would expect</div><div><br></div><br><blockquote type="cite"><div>$ v.out.postgis in=roadsmajor dsn=PG:dbname=pgis_grass<br>options="GEOMETRY_NAME=wkb_geometry,SRID=3358" --o<br><br>$ db.select data=pgis_grass dri=pg sql="select count(*) from roadsmajor" -c<br>355<br><br>$ db.select data=pgis_grass dri=pg sql="select srid from<br>geometry_columns where f_table_name = 'roadsmajor'" -c<br>3358<br><br><font class="Apple-style-span" color="#006312"><br></font>Everything seems to be OK. Do you have fresh installation from svn? Martin<br></div></blockquote></div></body></html>