Skip to content

Instantly share code, notes, and snippets.

@mariokonschake
Created December 16, 2013 19:33
Show Gist options
  • Save mariokonschake/7992941 to your computer and use it in GitHub Desktop.
Save mariokonschake/7992941 to your computer and use it in GitHub Desktop.
psql-to-csv
#/bin/bash
echo "copy ($@) to stdout with CSV HEADER;" | psql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment