Skip to content

Instantly share code, notes, and snippets.

@mcsnolte
Created December 2, 2015 20:03
Show Gist options
  • Select an option

  • Save mcsnolte/8e128667edab499aaa44 to your computer and use it in GitHub Desktop.

Select an option

Save mcsnolte/8e128667edab499aaa44 to your computer and use it in GitHub Desktop.
psql helpers to enable CSV output
\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'
@chanmix51
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment