til icon indicating copy to clipboard operation
til copied to clipboard

PostgreSQL export with quote text

Open xluffy opened this issue 1 year ago • 0 comments

\COPY (SELECT * FROM items LIMIT 10) TO '/tmp/items.csv' WITH (FORMAT CSV, HEADER, FORCE_QUOTE *);

xluffy avatar Oct 25 '23 08:10 xluffy