Skip to content

Instantly share code, notes, and snippets.

@artem-a
Created March 30, 2018 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artem-a/4cc1bd306b9c3002c6bb9b9dd0139477 to your computer and use it in GitHub Desktop.
Save artem-a/4cc1bd306b9c3002c6bb9b9dd0139477 to your computer and use it in GitHub Desktop.
Outputting select SQL into file
echo 'select * from table ' | psql database_name >> result.txt
cat query.sql | psql database_name >> result.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment