PostgreSQL Cheat Sheet
Core PostgreSQL commands, SQL patterns, and object management for daily engineering work.
Export
Copy the compact sheet, download it, or print it.
Download
`D` dense toggle · `C` copy all
## Connect and Inspect with psql
## Database and Role Lifecycle
## Schemas, Tables, and Core DDL
## Insert, Update, Delete, and Merge
## Querying, Joins, and Aggregation
## Indexes and Constraints
## Views, Functions, Triggers, and Extensions
## JSONB, Arrays, and Date/Time Recipes
More in PostgreSQL
PostgreSQL Advanced Cheat Sheet
Replication, transactions, FDWs, extensions, and specialized PostgreSQL workflows.
PostgreSQL Performance Cheat Sheet
EXPLAIN, vacuum, planner settings, indexing, and practical tuning recipes.
PostgreSQL Backup and Restore Cheat Sheet
pg_dump, pg_restore, pg_dumpall, pg_basebackup, COPY, and migration workflows.
PostgreSQL Administration Cheat Sheet
Server lifecycle, utility commands, grants, monitoring, and cluster maintenance tasks.
psql Cheat Sheet
Deep psql reference for connection flags, slash commands, formatting, and automation.