Guest User

Untitled

a guest
Feb 6th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ERROR 1: ERROR: relation "pointsforgpxexport" does not exist
  2. LINE 1: DECLARE executeSQLCursor CURSOR for SELECT * FROM PointsForG...
  3.  
  4. ogr2ogr-f GPX c:temppoints.gpx PG:"host=localhost port=5432
  5. dbname=SpatialPlayground schemas=public user=postgres password=password"
  6. -sql "SELECT * FROM PointsForGpxExport"
  7.  
  8. ALTER TABLE "PointsForGpxExport" RENAME TO pointsforgpxexport;
Add Comment
Please, Sign In to add comment