Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ogr2ogr -f "PostgreSQL" PG:"host=localhost port=5432 dbname=GIS user=postgres password=xxxxxx" "C:test.gdb
  2.  
  3. ogr2ogr -f "PostgreSQL" PG:"host=localhost port=5432 dbname=GIS user=postgres password=xxxxxx ACTIVE_SCHEMA=your_schema" "C:test.gdb
  4.  
  5. ogr2ogr -f "PostgreSQL" PG:"host=localhost port=5432 dbname=GIS user=postgres password=xxxxxx" "C:test.gdb -lco schema=my_schema
  6.  
  7. ogr2ogr -f "PostgreSQL" PG:"host=localhost port=5432 dbname=GIS user=postgres password=xxxxxx" "C:test.gdb -doo ACTIVE_SCHEMA=my_schema
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement