Guest User

Untitled

a guest
Dec 18th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. ogr2ogr -f "PostgreSQL"
  2. -nln _tableName_
  3. PG:"host=_localhost_ port=_5432_ dbname=_mydb_ user=_me_ password=_mypassword_"
  4. _source file path_
Add Comment
Please, Sign In to add comment