Created
December 2, 2015 20:03
-
-
Save mcsnolte/8e128667edab499aaa44 to your computer and use it in GitHub Desktop.
psql helpers to enable CSV output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \set csvon '\\f '','' \\t off \\timing off \\pset format unaligned \\pset border 0 \\pset footer off' | |
| \set csvoff '\\f ''|'' \\t off \\timing on \\pset format aligned \\pset border 2 \\pset footer on' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍