Skip to content

Instantly share code, notes, and snippets.

@arsham
Last active June 5, 2016 09:44
Show Gist options
  • Select an option

  • Save arsham/815d84ae3c7a61c8b5d5 to your computer and use it in GitHub Desktop.

Select an option

Save arsham/815d84ae3c7a61c8b5d5 to your computer and use it in GitHub Desktop.
Redirect the output of postgreSQL query to a file
-- To enable
\o output_file
SELECT * FROM .....;
-- TO disable
\o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment