Skip to content

Instantly share code, notes, and snippets.

@spara
Created January 10, 2012 20:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spara/1590991 to your computer and use it in GitHub Desktop.
Save spara/1590991 to your computer and use it in GitHub Desktop.
Create staging table for geo_header data
CREATE TABLE geo_header_staging(data text);
copy geo_header_staging FROM '/path/to/dcgeo2010.sf1' DELIMITER AS '|';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment