til
til copied to clipboard
PostgreSQL export with quote text
\COPY (SELECT * FROM items LIMIT 10) TO '/tmp/items.csv' WITH (FORMAT CSV, HEADER, FORCE_QUOTE *);