Hi Even,<div><br></div><div>I&#39;ve missed that part...</div><div><br></div><div>just to confirm that with <span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: rgb(46, 46, 46); "><strong class="command" style="font-weight: normal; font-family: &#39;Courier New&#39;, Courier, Monaco, monospace; color: rgb(0, 0, 0); ">psql -d [yourdatabase] -f spatial_ref_sys.sql and deleting those extra lines created automatically, now I can upload shapes with the right SRID</strong></span></div>

<div><font class="Apple-style-span" face="&#39;Courier New&#39;, Courier, Monaco, monospace"><br></font></div><div><span class="Apple-style-span" style="color: rgb(46, 46, 46); "><strong class="command" style="font-weight: normal; color: rgb(0, 0, 0); "></strong></span><font class="Apple-style-span" face="&#39;Courier New&#39;, Courier, Monaco, monospace">thanks !<br>

</font><br><div class="gmail_quote">On Tue, Nov 30, 2010 at 2:32 PM, Even Rouault <span dir="ltr">&lt;<a href="mailto:even.rouault@mines-paris.org">even.rouault@mines-paris.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Sebastian,<br>
<br>
I&#39;d suggest checking what I wrote at the end of my previous email : &quot;Make sure<br>
<div class="im">you&#39;ve filled the spatial_ref_sys table with the appropriate PostGIS .sql<br>
script. The &#39;3&#39; you get sounds like the spatial_ref_sys table of this database<br>
was empty and that the PG driver added new entries in it.&quot;<br>
<br>
</div>The mentionned .sql script is spatial_ref_sys.sql. See<br>
<a href="http://postgis.refractions.net/documentation/manual-1.5/ch02.html#id2630392" target="_blank">http://postgis.refractions.net/documentation/manual-1.5/ch02.html#id2630392</a><br>
<div><div></div><div class="h5"><br>
&gt; I&#39;ve replaced the -lco 27700 with -a_srs EPSG:27700<br>
&gt;<br>
&gt; now select ST_SRID(wkb_geometry) from sebas<br>
&gt;<br>
&gt; gives 4...<br>
&gt;<br>
&gt; any ideas ?<br>
&gt;<br>
&gt; On Tue, Nov 30, 2010 at 10:59 AM, Even Rouault &lt;<a href="mailto:even.rouault@mines-paris.org">even.rouault@mines-paris.org</a><br>
&gt; &gt; wrote:<br>
&gt;<br>
&gt; &gt; Selon &quot;Sebastian E. Ovide&quot; &lt;<a href="mailto:sebastian.ovide@gmail.com">sebastian.ovide@gmail.com</a>&gt;:<br>
&gt; &gt; Sebastian,<br>
&gt; &gt;<br>
&gt; &gt; The option &quot;-lco 27700&quot; has no effect. The correct syntax would be<br>
&gt; &gt; something<br>
&gt; &gt; like &quot;-lco SRID=27700&quot;, but there&#39;s no such option, so don&#39;t loose your<br>
&gt; &gt; time<br>
&gt; &gt; trying that ;-)<br>
&gt; &gt;<br>
&gt; &gt; The SRID is set automatically by comparing the SRS of the source layer with<br>
&gt; &gt; what<br>
&gt; &gt; exists in the spatial_ref_sys table (or the one you can set with the -a_srs<br>
&gt; &gt; EPSG:27700 as suggested by Jorge). If there&#39;s a match, then the SRID from<br>
&gt; &gt; spatial_ref_sys will be used. Otherwise the PG driver will add a new entry<br>
&gt; &gt; in<br>
&gt; &gt; the spatial_ref_sys table (and the SRID number will not be equal to the<br>
&gt; &gt; EPSG<br>
&gt; &gt; code). Make sure you&#39;ve filled the spatial_ref_sys table<br>
&gt; &gt; with the appropriate PostGIS .sql script. The &#39;3&#39; you get sounds like the<br>
&gt; &gt; spatial_ref_sys table of this database was empty and that the PG driver<br>
&gt; &gt; added<br>
&gt; &gt; new entries in it.<br>
&gt; &gt;<br>
&gt; &gt; Best regards,<br>
&gt; &gt;<br>
&gt; &gt; &gt; Hi All,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I&#39;ve just uploaded a shape with<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; ogr2ogr -f PostgreSQL &quot;PG:dbname=&#39;gis&#39; host=&#39;10.0.1.40&#39; port=&#39;5432&#39;<br>
&gt; &gt; &gt; user=&#39;gis&#39; password=&#39;gis&#39;&quot;  sebas.shp -lco 27700 -lco PRECISION=NO<br>
&gt; &gt; -progress<br>
&gt; &gt; &gt; -lco OVERWRITE=yes -lco dim=2 -nln sebas -overwrite<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; but from<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; select ST_SRID(wkb_geometry) from sebas;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I&#39;m getting 3<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; (with<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; select ST_SRID(ST_SetSRID(wkb_geometry,27700)) from sebas;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I&#39;m getting the right value )<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; any ideas ?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; --<br>
&gt; &gt; &gt; Sebastian E. Ovide<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Sebastian E. Ovide<br>
&gt;<br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Sebastian E. Ovide<br><br><br><br><br>
</div>