Create a new PostgreSQL user and database
CREATE USER myuser WITH PASSWORD 'password'; CREATE DATABASE mydb OWNER myuser;
Show columns, types, and constraints of a table
Export a PostgreSQL table to a CSV file
Find rows with duplicate values in a column
Cancel a long-running PostgreSQL query by PID