POSTGRESQL sudo apt update -ysudo apt install postgresql postgresql-contrib Verificamos que este activa: sudo systemctl status postgresql To log in to your PostgreSQL instance, first switch to the postgres user. The Postgres user comes included by default with the installation of PostgreSQL. Then run the psql command as shown. $ sudo -i -u postgres$ psql\qexit...