<div dir="ltr">Even,<div><br></div><div>That works, thanks.</div><div><br></div><div>Roger</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 5, 2015 at 12:52 AM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Le vendredi 05 juin 2015 02:19:06, Roger André a écrit :<br>
> Hi All,<br>
><br>
> I'm having some trouble using ogr2ogr to do batch uploads to a Postgis DB.<br>
> It appears that on tables which don't contain geometry, CreateLayer is<br>
> failing and not allowing data to be appended to an existing table.  Here is<br>
> the command that is being used to load each feature class:<br>
><br>
> ogr2ogr -f "PostgreSQL" -lco ENCODING=UTF-8 -append -update PG:"host=foo<br>
> dbname=bar user=crak password=head" ./nokia_here_asia/file.gdb CityPOINames<br>
<br>
</span>Roger,<br>
<br>
Add --config PG_LIST_ALL_TABLES YES<br>
<span class="HOEnZb"><font color="#888888"><br>
Even<br>
<br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" target="_blank">http://www.spatialys.com</a><br>
</font></span></blockquote></div><br></div>