Skip to content

Instantly share code, notes, and snippets.

@thesteve0
Created October 29, 2019 21:42
Show Gist options
  • Save thesteve0/0058c1b12be5677101aae2e6415906d7 to your computer and use it in GitHub Desktop.
Save thesteve0/0058c1b12be5677101aae2e6415906d7 to your computer and use it in GitHub Desktop.
psql -h localhost -U groot -f /data/crunchy_demo_data/boundaries/county_boundaries.ddl.sql workshop
\COPY county_geometry (statefp, countyfp, countyns, geoid, county_name, namelsad, funcstat, aland, awater, interior_pnt, the_geom) from '/data/crunchy_demo_data/boundaries/county_boundaries_copy.txt' WITH CSV QUOTE '"';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment