Re: [gdal-dev] append mode in postgresql

2013-03-06 Thread Even Rouault
Selon "Yves Jacolin (Free)" : > thanks Even. All information is in the pg_driver page. I really need to read > it more carefully :( > > There is just a very small issue, the doc said about SCHEMA: > "Use the -nln option of ogr2ogr instead, or better the active_schema " > > But there is no example

Re: [gdal-dev] append mode in postgresql

2013-03-06 Thread Yves Jacolin (Free)
thanks Even. All information is in the pg_driver page. I really need to read it more carefully :( There is just a very small issue, the doc said about SCHEMA: "Use the -nln option of ogr2ogr instead, or better the active_schema " But there is no example about SCHEMA :/ Y. Le mercredi 6 mars 201

Re: [gdal-dev] append mode in postgresql

2013-03-06 Thread Even Rouault
Selon "Yves Jacolin (Free)" : > Le mercredi 6 mars 2013 15:38:11 Yves Jacolin a écrit : > > Hello, > > > > I am trying to import EDIGEO files in append mode. The doc said to use > > -append flag with ogr2ogr commande. > > > > ogr2ogr -gt 65536 -f "PostgreSQL" "PG:dbname=test_edigeo host='localhos

Re: [gdal-dev] append mode in postgresql

2013-03-06 Thread Yves Jacolin (Free)
Le mercredi 6 mars 2013 15:38:11 Yves Jacolin a écrit : > Hello, > > I am trying to import EDIGEO files in append mode. The doc said to use > -append flag with ogr2ogr commande. > > ogr2ogr -gt 65536 -f "PostgreSQL" "PG:dbname=test_edigeo host='localhost'" > - lco "GEOMETRY_NAME=the_geom" -lco "

[gdal-dev] append mode in postgresql

2013-03-06 Thread Yves Jacolin (Free)
Hello, I am trying to import EDIGEO files in append mode. The doc said to use -append flag with ogr2ogr commande. ogr2ogr -gt 65536 -f "PostgreSQL" "PG:dbname=test_edigeo host='localhost'" - lco "GEOMETRY_NAME=the_geom" -lco "SCHEMA=test" -lco "OVERWRITE=YES" -nln EDIGEO_parcelle E0001.THF PA