PostgreSQL and Ubuntu
Apparence
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] |
sc-start postgresql.service |
# 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] |