Advertisement
Guest User

Untitled

a guest
Feb 16th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Table "public.frontend_pct"
  2. Column │ Type │ Modifiers
  3. ───────────────────┼─────────────────────────┼───────────
  4. code │ character varying(3) │ not null
  5. name │ character varying(200) │
  6. boundary │ geometry(Geometry,4326) │
  7. org_type │ character varying(9) │ not null
  8. managing_group_id │ character varying(3) │
  9. address │ character varying(400) │
  10. close_date │ date │
  11. open_date │ date │
  12. postcode │ character varying(10) │
  13.  
  14. gr2ogr -update -nln frontend_pct -f PostgreSQL PG:"host=127.0.0.1 dbname='$DB_NAME' user='$DB_USER' password='$DB_NAME'" myfile.KML
  15.  
  16. FAILED: Layer frontend_pct already exists, and -append not specified.
  17. Consider using -append, or -overwrite.
  18. ERROR 1: Terminating translation prematurely after failed
  19. translation of layer Layer #0 (use -skipfailures to skip errors)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement