sudo -u postgres psql
Category: Self-Hosting
sudo -u postgres psql
Open the PostgreSQL interactive shell as the postgres superuser
Opens the psql interactive shell as the postgres superuser — the admin account that can create databases, users, and grant permissions.