Skip to content

Instantly share code, notes, and snippets.

@tym-xqo
Last active August 29, 2015 14:24
Show Gist options
  • Save tym-xqo/44caba93ca6f91e2765c to your computer and use it in GitHub Desktop.
Save tym-xqo/44caba93ca6f91e2765c to your computer and use it in GitHub Desktop.
Export table to json
psql -h qa.iadops.com -p 5433 -U<username> \
-c "select row_to_json(<table>) from <table>;" \
-d oao_trial -At > <table>.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment