Aller au contenu

PostgreSQL and Ubuntu

De Banane Atomic

Links

Service

sc-start postgresql.service

Login

# with the postgres user (which is also an Ubuntu user)
sudo -u postgres psql

# with a postgres user only
psql -U [user] -h localhost -d [database]