cheat sheets.

$ cheat postgres_csv
in psql:


\f ','
\a
\t
\o /tmp/outfile.csv
SELECT * FROM your_table;
\o
\q


also you could set \f to '\t'
Version 3, updated 278 days ago.
. o 0 ( | previous | history | revert to | current | diff )
( add new | see all )