aschuma

POSTGRES :: CSV Query Export

Mar 4th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.15 KB | None | 0 0
  1. -- http://stackoverflow.com/questions/1517635/save-pl-pgsql-output-from-postgresql-to-a-csv-file
  2.  
  3. Copy (SELECT * FROM foo) TO '/tmp/test.csv' WITH CSV;
Add Comment
Please, Sign In to add comment