🐘 PostgreSQL Resources & Links

Welcome to a collection of Postgres resources and articles I found helpful while learning. Feel free to browse, and (hopefully) find something useful

📚 Getting Started

🔧 Tools & Administration

  • psql Command Line
    Official command-line interface for PostgreSQL
  • pgFormatter
    A tool to automatically format Postgres-specific SQL code
  • pgAdmin
    The most popular web-based Postgres administration tool
  • DBeaver
    Universal database tool with excellent Postgres support
  • pgbadger
    A tool to help analyze Postgres logs (including a cute mascot)
  • PGTune
    Calculate configuration for Postgres based on your hardware
  • pgbench
    Benchmark Postgres performance
  • pg_repack
    "[A] PostgreSQL extension which lets you remove bloat from tables and indexes, and optionally restore the physical order of clustered indexes."

⚡ Performance & Optimization

☁️ Backup and Recovery

🛡️ Security

🌐 Community & Learning

  • Postgres Weekly
    Newsletter with curated articles delivered by Peter Cooper since 2013. Get the most important Postgres news, you won't regret signing up
  • CYBERTEC Blog
    A treasure trove of exciting articles on various Postgres topics
  • Talking Postgres
    Podcast by Claire Giordano discussing the human side of Postgres

🚀 Advanced Topics