This is an old revision of the document!


Postgres


Installation

sudo apt install postgresql postgresql-contrib

Change Password

ALTER ROLE postgres WITH PASSWORD 'password';