Install PostgreSQL 9.6 on Ubuntu 16.04 and reset postgres password

PostgreSQL is really easy to install on Ubuntu 16.04 LTS. This example uses command line to install PostgreSQL and vim to edit files. These settings are for non-production use. Set source to get PostgreSQL Set up the right source so that we can install PostgreSQL with apt-get. Enter sudo vim /etc/apt/sources.list.d/pgdg.list Type i to go to INSERT […]