We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Type:
sudo apt-get -y install postgresql postgresql-contrib
Create a new user:
sudo su - postgres createuser --superuser pia
Then change the pia password:
psql \password pia
Additional documentation: