PostgreSQL maintenance without superuser
PostgreSQLâs moving in on superusers. As of recent releasesâstarting way back in v9.6 and maturing through PostgreSQL 18 (coming 2025)âthere are now **15+ built-in admin roles**. No need to hand out superuser just to get things done. These roles cover the ops spectrum: monitoring, backups, fil..