Export a PostgreSQL table to a CSV file
\COPY table_name TO '/path/file.csv' WITH CSV HEADER
Create a new PostgreSQL user and database
Show columns, types, and constraints of a table
Find rows with duplicate values in a column
Cancel a long-running PostgreSQL query by PID