I'm n1 - I read, write and code.
posts
projects
dtops
git
cheatsheets
snippets
design
books
advice
me
Snippets
Bash
Pipes
OpenSSL
Basics
Info
Unpacking
Generating
Comparing
PSQL
Basics
SSH
Tunneling
PSQL cheatsheet
Data dump
Dumps data from select to CSV file
\copy (select * from table) to '/tmp/dump.csv' with csv header