<div dir="ltr">just a guess, thinking off the top of my head but does it need the -update flag too?</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 7, 2017 at 1:59 PM, Stephen Woodbridge <span dir="ltr"><<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I'm having trouble figuring out how to overwrite an existing table with ogr2ogr. I have tried various combos of arguments without success.<br>
<br>
What am I doing wrong?<br>
<br>
ogr2ogr -t_srs EPSG:4326 -nln roads -nlt PROMOTE_TO_MULTI -f PostgreSQL -overwrite -lco OVERWRITE=YES -lco PRECISION=NO -lco GEOMETRY_NAME=geom -lco FID=gid "PG:dbname=buildings host=localhost port=5435 user=postgres active_schema=census" /data/census/tmp-10195/tl_2016<wbr>_06013_roads.shp<br>
<br>
ERROR 1: CREATE TABLE "census"."roads" ( "gid" SERIAL, PRIMARY KEY ("gid") )<br>
ERROR:  relation "roads" already exists<br>
<br>
ERROR 1: Terminating translation prematurely after failed<br>
translation of layer tl_2016_06013_roads (use -skipfailures to skip errors)<br>
<br>
<br>
ogr2ogr -t_srs EPSG:4326 -nln census.roads -nlt PROMOTE_TO_MULTI -f PostgreSQL -overwrite -lco OVERWRITE=YES -lco PRECISION=NO -lco GEOMETRY_NAME=geom -lco FID=gid "PG:dbname=buildings host=localhost port=5435 user=postgres" /data/census/tmp-10747/tl_2016<wbr>_06013_roads.shp<br>
<br>
ERROR 1: CREATE TABLE "census"."roads" ( "gid" SERIAL, PRIMARY KEY ("gid") )<br>
ERROR:  relation "roads" already exists<br>
<br>
ERROR 1: Terminating translation prematurely after failed<br>
translation of layer tl_2016_06013_roads (use -skipfailures to skip errors)<br>
<br>
---<br>
This email has been checked for viruses by Avast antivirus software.<br>
<a href="https://www.avast.com/antivirus" rel="noreferrer" target="_blank">https://www.avast.com/antiviru<wbr>s</a><br>
<br>
______________________________<wbr>_________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/gdal-dev</a></blockquote></div><br></div>