Created
October 29, 2019 21:42
-
-
Save thesteve0/0058c1b12be5677101aae2e6415906d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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