SimpleBackupsSimpleBackups
/postgresql

postgresql

News, tips, guides and tools by the creators of SimpleBackups web

Top 5 PostgreSQL Backup Tools

Latest Post

Top 5 PostgreSQL Backup Tools

December 6, 2023

Five PostgreSQL backup tools compared on scheduling, alerting, restore verification and off-site storage, including where each one is the wrong choice.

Read more

PostgreSQL vs MySQL - Video Comparison

PostgreSQL vs MySQL - Video Comparison

December 5, 2023

What is the main difference between PostgreSQL and MySQL? Why choose PostgreSQL over MySQL? Find the answer to these questions in this video...

PostgreSQL vs MongoDB: A Comprehensive Comparison

PostgreSQL vs MongoDB: A Comprehensive Comparison

December 1, 2023

PostgreSQL and MongoDB are popular DBMSs. Learn how they defer on performance, features, scalability, security, and more.

Mastering PostgreSQL Data Types: A Comprehensive Guide

Mastering PostgreSQL Data Types: A Comprehensive Guide

November 30, 2023

Every PostgreSQL data type with its storage size, plus how to choose between the pairs that trip people up: varchar and text, timestamp and ...

How to find long-running queries in PostgreSQL

How to find long-running queries in PostgreSQL

November 23, 2023

Find slow & long-running postgreSQL queries, kill them and optimize your database.

How to List Indexes in PostgreSQL and Related Commands

How to List Indexes in PostgreSQL and Related Commands

November 23, 2023

Find out how to list indexes in PostgreSQL together with related commands and SQL queries.

How to List Schemas in PostgreSQL and Related Commands

How to List Schemas in PostgreSQL and Related Commands

November 22, 2023

Three ways to list schemas in PostgreSQL, with psql, a catalog query and pgAdmin, plus how to read a single table's structure and check sche...

Understanding Postgres Roles & Privileges

Understanding Postgres Roles & Privileges

November 21, 2023

How PostgreSQL roles differ from users, how to grant and revoke privileges, and how inheritance decides what each role can actually do.

How to check PostgreSQL version

How to check PostgreSQL version

November 21, 2023

Check your PostgreSQL version on Linux, macOS, Windows or in pgAdmin, with the commands for each and what to do when psql is not on your PAT...

MySQL vs PostgreSQL: A Comprehensive Comparison of the Most Popular Databases

MySQL vs PostgreSQL: A Comprehensive Comparison of the Most Popular Databases

November 14, 2023

MySQL and PostgreSQL are popular relational database systems. how do they defer on performance, features, scalability, security, and more.