how to append postgreSQL where converted already

· 개발
기존에 convert 한 데에 합치고 싶으면 -f 대신 -append 옵션을 쓰면 된다. (DB 명이 test 인 곳에 peak2.gpkg 파일의 내용을 추가한다.) ogr2ogr -append "PG:dbname=test" peak2.gpkg References https://gdal.org/programs/ogr2ogr.html ogr2ogr — GDAL documentation Define the geometry type for the created layer. One of NONE, GEOMETRY, POINT, LINESTRING, POLYGON, GEOMETRYCOLLECTION, MULTIPOINT, MULTIPOLYGON, MULTILINESTRING, CIRCULARSTRING, COMP..
내공얌냠
'how to append postgreSQL where converted already' 태그의 글 목록